Skip to content

Commit 554ac34

Browse files
committed
Fixed test ci
1 parent f5223ce commit 554ac34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: cmake -S . -B build
2626

2727
- name: Build
28-
run: cmake --build build --config Release -- -j
28+
run: cmake --build build --config Release
2929

3030
- name: Run tests
3131
run: ctest --output-on-failure --test-dir build

0 commit comments

Comments
 (0)