2025-01-13 09:00:23 +01:00

16 lines
282 B
YAML

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
test-command: |
env NIMLANG=c nimble test
env NIMLANG=cpp nimble test