We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70091a1 commit b01ec5bCopy full SHA for b01ec5b
.github/workflows/c-cpp.yml
@@ -20,5 +20,5 @@ jobs:
20
run: make clean
21
- name: make all
22
run: make all
23
- - name: make check
24
- run: make check
+ - name: make test
+ run: make test
0 commit comments