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

17 lines
303 B
YAML
Raw Normal View History

name: CI
on:
push:
branches:
- master
2024-11-11 15:06:03 +00:00
- new-workflow
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