Skip to content

Commit 2145429

Browse files
committed
ci: fix
1 parent 1a1cc77 commit 2145429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
git config --global user.name "Binbiubiubiu"
3636
git config --global user.email "[email protected]"
37-
RUST_BACKTRACE=full cargo nextest run --workspace --all --verbose
37+
RUST_BACKTRACE="full" cargo nextest run --workspace --all --verbose
3838
- name: Generate code coverage
3939
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
4040
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)