Skip to content

Commit 0b80726

Browse files
committed
ci: remove wrong --config option from test command in CI workflow
1 parent 2c649b9 commit 0b80726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: build
3535
run: cmake --build build --config Release
3636
- name: test
37-
run: ctest --test-dir build --output-on-failure --config Release
37+
run: ctest --test-dir build --output-on-failure
3838
- name: install
3939
run: cmake --install build --config Release

0 commit comments

Comments
 (0)