Skip to content

Commit

Permalink
ci: --no-capture for testing library code, for easier debugging fai…
Browse files Browse the repository at this point in the history
…ling CI tests
  • Loading branch information
Rolv-Apneseth committed Nov 16, 2024
1 parent a800a4c commit 4838e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
uses: Swatinem/rust-cache@v2

- run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
- run: cargo nextest run --all-features
- run: cargo nextest run --all-features --no-capture

0 comments on commit 4838e40

Please sign in to comment.