We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c649b9 commit 0b80726Copy full SHA for 0b80726
.github/workflows/ci.yaml
@@ -34,6 +34,6 @@ jobs:
34
- name: build
35
run: cmake --build build --config Release
36
- name: test
37
- run: ctest --test-dir build --output-on-failure --config Release
+ run: ctest --test-dir build --output-on-failure
38
- name: install
39
run: cmake --install build --config Release
0 commit comments