Fix, waitpid() should wait for finished process. (#566) #1539
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: | | |
nimble install -y libbacktrace | |
nimble test | |
nimble test_libbacktrace | |
nimble examples |