We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5223ce commit 554ac34Copy full SHA for 554ac34
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
run: cmake -S . -B build
26
27
- name: Build
28
- run: cmake --build build --config Release -- -j
+ run: cmake --build build --config Release
29
30
- name: Run tests
31
run: ctest --output-on-failure --test-dir build
0 commit comments