Skip to content

Commit

Permalink
Add C test on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni-vonage committed Mar 15, 2024
1 parent 6b42d4e commit b42d1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: set RELEASE number
run: echo ${GITHUB_RUN_NUMBER} > RELEASE
- name: test
run: cd c && make version build
run: cd c && make version build test

cgo:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b42d1be

Please sign in to comment.