We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d24d7 commit 9a7697cCopy full SHA for 9a7697c
1 file changed
.github/workflows/pr-check.yml
@@ -49,7 +49,7 @@ jobs:
49
run: cargo fetch
50
51
- name: Run Tests
52
- run: cargo test --frozen --all-features --nocapture
+ run: cargo test --frozen --all-features -- --nocapture
53
54
- name: Find Environments
55
run: cargo run --release --target ${{ matrix.target }}
0 commit comments