Skip to content

Commit 1a1cc77

Browse files
committed
ci: open log full
1 parent 0a505c6 commit 1a1cc77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ jobs:
2626
with:
2727
toolchain: nightly
2828
components: llvm-tools
29+
env
2930
- uses: taiki-e/install-action@cargo-llvm-cov
3031
- uses: taiki-e/install-action@nextest
3132
- uses: Swatinem/rust-cache@v2
3233
- name: Test cases
3334
run: |
3435
git config --global user.name "Binbiubiubiu"
3536
git config --global user.email "[email protected]"
36-
RUST_BACKTRACE=1 cargo nextest run --workspace --all --verbose
37+
RUST_BACKTRACE=full cargo nextest run --workspace --all --verbose
3738
- name: Generate code coverage
3839
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
3940
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)