Skip to content

Commit

Permalink
no capture
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Nov 3, 2023
1 parent a9fe844 commit 63763ff
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 @@ -41,7 +41,7 @@ jobs:
run: cargo build --release --all-targets --all-features --tests -v

- name: Test
run: cargo test --release
run: cargo test --release -- --nocapture

- name: Prepare artifact (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 63763ff

Please sign in to comment.