mirror of
https://github.com/Veridise/Picus.git
synced 2026-05-11 03:00:06 -04:00
Update docker-image.yml
This commit is contained in:
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -60,6 +60,8 @@ jobs:
|
||||
run: bash ./scripts/prepare-circomlib.sh
|
||||
- name: preparing rosette
|
||||
run: raco pkg install --auto rosette
|
||||
- name: preparing rosette
|
||||
run: raco pkg install --auto csv-reading
|
||||
- name: run picus with z3, using v3
|
||||
run: racket ./picus-dpvl-uniqueness.rkt --solver z3 --r1cs ./benchmarks/circomlib-cff5ab6/Decoder@multiplexer.r1cs --weak
|
||||
|
||||
@@ -79,5 +81,7 @@ jobs:
|
||||
run: bash ./scripts/prepare-circomlib.sh
|
||||
- name: preparing rosette
|
||||
run: raco pkg install --auto rosette
|
||||
- name: preparing rosette
|
||||
run: raco pkg install --auto csv-reading
|
||||
- name: run picus with cvc5, using v3
|
||||
run: racket ./picus-dpvl-uniqueness.rkt --solver cvc5 --r1cs ./benchmarks/circomlib-cff5ab6/Decoder@multiplexer.r1cs --weak
|
||||
Reference in New Issue
Block a user