2021-06-03 00:08:23 +00:00
|
|
|
name: CI
|
2022-01-11 17:28:34 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
2024-11-11 15:06:03 +00:00
|
|
|
- new-workflow
|
2022-01-11 17:28:34 +00:00
|
|
|
pull_request:
|
|
|
|
workflow_dispatch:
|
2021-01-07 09:44:23 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-11-11 15:06:03 +00:00
|
|
|
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
|
|
|
|
with:
|
|
|
|
test-command: |
|
|
|
|
env NIMLANG=c nimble test
|
|
|
|
env NIMLANG=cpp nimble test
|