We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbde03 commit 73d84c0Copy full SHA for 73d84c0
.github/workflows/c-cpp.yml
@@ -19,4 +19,4 @@ jobs:
19
run: cmake --build build
20
- name: Test
21
working-directory: ./build
22
- run: ./test
+ run: ./tests
0 commit comments