nim-secp256k1/.github/workflows/ci.yml

17 lines
303 B
YAML

name: CI
on:
push:
branches:
- master
- new-workflow
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