Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Mar 14, 2024
1 parent 96c8364 commit 966745b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run Solidity test generator
run: |
cargo nextest run -E 'test(test_solidity_compatibility)' --release --run-ignored all > test-output
cargo nextest run -E 'test(test_solidity_compatibility)' --release --run-ignored all --nocapture > test-output
cat test-output
working-directory: ${{ github.workspace }}
- name: Check out `solidity-verifier` for tests
Expand Down

0 comments on commit 966745b

Please sign in to comment.