Skip to content

Commit

Permalink
ci: remove wrong --config option from test command in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pageldev committed Jan 19, 2025
1 parent 2c649b9 commit 0b80726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: build
run: cmake --build build --config Release
- name: test
run: ctest --test-dir build --output-on-failure --config Release
run: ctest --test-dir build --output-on-failure
- name: install
run: cmake --install build --config Release

0 comments on commit 0b80726

Please sign in to comment.