We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b618a commit 46af9d2Copy full SHA for 46af9d2
1 file changed
.github/workflows/c-cpp.yml
@@ -18,6 +18,7 @@ jobs:
18
run: make
19
20
- name: Run Tests
21
- # Only keep this if your Makefile actually has a 'check' target
22
- run: make check
+ run: |
+ chmod +x ./unit_tests
23
+ ./unit_tests
24
0 commit comments