Skip to content

Commit

Permalink
ci: fix env var for execute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Oct 3, 2023
1 parent 24d6c96 commit cdfd77c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-prover-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ jobs:
- name: Prover unit tests
run: |
# Not all tests are enabled since, prover and setup_key_generator_and_server requires bellman-cuda to be present
ci_run cd prover/
ci_run zk f cargo test --release -p zksync_witness_generator -p vk_setup_data_generator_server_fri -p zksync_prover_fri -p zksync_witness_vector_generator -p zksync_prover_fri_utils
ci_run bash -c "cd prover && zk f cargo test --release -p zksync_witness_generator -p vk_setup_data_generator_server_fri -p zksync_prover_fri -p zksync_witness_vector_generator -p zksync_prover_fri_utils"

0 comments on commit cdfd77c

Please sign in to comment.