We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fed8ea commit 0a505c6Copy full SHA for 0a505c6
.github/workflows/CI.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
git config --global user.name "Binbiubiubiu"
35
git config --global user.email "[email protected]"
36
- cargo nextest run --workspace --all --verbose
+ RUST_BACKTRACE=1 cargo nextest run --workspace --all --verbose
37
- name: Generate code coverage
38
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
39
- name: Upload coverage to Codecov
0 commit comments