Skip to content

Commit

Permalink
Change generated files folder in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed Mar 24, 2024
1 parent d37e826 commit 458b8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prover_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: remove old proofs
run: rm -rf runtime/output/*
- name: link files
run: ln -s /home/gha/v5.0.0-rc.4-fork.8/config/ config
run: ln -s /home/gha/v6.0.0-rc.1-fork.9/config/ config
- name: run collection native tests
run: ./build/zkProver -c testvectors/config_collection_native.json
- name: run collection generated tests
Expand Down

0 comments on commit 458b8d2

Please sign in to comment.