mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-25 00:36:30 +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
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cargo test --workspace --verbose
|
cargo test --workspace --verbose
|
||||||
|
env:
|
||||||
|
RUST_BACKTRACE: 1
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
name: Clippy check
|
name: Clippy check
|
||||||
|
|
Loading…
Reference in a new issue