use the unified CI workflow #214
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | | |
nimble install -y toml_serialization json_serialization unittest2 | |
rm -f nimble.lock | |
nimble test |