Skip to content

Commit

Permalink
Restrict unfeasible unit test part
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Oct 26, 2023
1 parent a7b0fd0 commit ad2e493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Run unfeasibility-related tests
run: |
cd _build
ctest -C Release --output-on-failure -V -R unfeasible
ctest -C Release --output-on-failure -R "^unfeasible$"
- name: Run unit and end-to-end tests
run: |
Expand Down

0 comments on commit ad2e493

Please sign in to comment.