Bump to v0.2.5 (#63) #231
This file contains hidden or 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: | | |
| env TEST_LANG="c" NIMFLAGS="${NIMFLAGS} --mm:refc" nim test | |
| env TEST_LANG="cpp" NIMFLAGS="${NIMFLAGS} --mm:refc" nim test | |
| env TEST_LANG="c" NIMFLAGS="${NIMFLAGS} --mm:orc" nim test | |
| env TEST_LANG="cpp" NIMFLAGS="${NIMFLAGS} --mm:orc" nim test |