mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 15:18:53 +00:00
github: set RUST_BACKTRACE when running tests
This commit is contained in:
parent
06cd688181
commit
079b3543b5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
|||
- name: Test
|
||||
run: |
|
||||
cargo test --workspace --verbose
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
clippy:
|
||||
name: Clippy check
|
||||
|
|
Loading…
Reference in a new issue