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 cb0095f commit a4a2338Copy full SHA for a4a2338
.github/workflows/build.yml
@@ -17,5 +17,5 @@ jobs:
17
run: mkdir -p build && cd build && cmake ..
18
- name: make
19
run: cd build && make
20
- - name: ctest --output-on-failure
21
- run: cd build && make check
+ - name: Test
+ run: cd build && ctest --output-on-failure
0 commit comments