Skip to content

Commit

Permalink
fix gotestsum invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Oct 10, 2024
1 parent 6586205 commit 3c23148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: create block input json file
if: matrix.test-mode == 'defaults'
run: |
BLOCK_INPUT_JSON_PATH="${{ github.workspace }}/target/block_input.json" gotestsum --format short-verbose -- -run TestProgramStorage$ --count 1 --rerun-fails=2 --no-color=false
BLOCK_INPUT_JSON_PATH="${{ github.workspace }}/target/block_input.json" gotestsum --format short-verbose -- -run TestProgramStorage$ --count 1
- name: run arbitrator prover on block input json
if: matrix.test-mode == 'defaults'
Expand Down

0 comments on commit 3c23148

Please sign in to comment.