Skip to content

Commit

Permalink
run all tests once
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Sep 6, 2024
1 parent c81b9d3 commit ad1c497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bolts-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test solvers availability
run: cvc5 --version && z3 --version && cvc4 --version
- name: Bolts Tests
run: ./run-tests.sh --admit-vcs
run: ./run-tests.sh
fail_if_pull_request_is_draft:
if: github.event.pull_request.draft == true
runs-on: [self-hosted, linux]
Expand Down

0 comments on commit ad1c497

Please sign in to comment.