Skip to content

Commit

Permalink
ci: test sim
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 21, 2023
1 parent 717abfd commit 2da038a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: bmc Quiz4 (with counter reset value)
run: |
cargo run --release --example bmc -- inputs/chiseltest/Quiz4.unsat.btor
- name: simulate keccak
run: |
cargo run --release --example sim -- --testbench=inputs/repair/keccak.original.tb.csv inputs/repair/keccak.original.btor
semver:
name: Check Semantic Versioning
Expand Down

0 comments on commit 2da038a

Please sign in to comment.