Skip to content

Commit

Permalink
chore: do not fail in case some test cases time out (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored Dec 26, 2024
1 parent 8eb7eaa commit ed24b20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ jobs:
lake -R build
- name: Run LLVM
continue-on-error: true
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-llvm-sym.py -j128)
echo "Symbolic"
- name: Run LLVM Symbolic
continue-on-error: true
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-llvm.py -j128)
- name: Run Alive Symbolic
Expand Down

0 comments on commit ed24b20

Please sign in to comment.