ok/jj
1
0
Fork 0
forked from mirrors/jj

github: set RUST_BACKTRACE when running tests

This commit is contained in:
Martin von Zweigbergk 2021-06-13 22:06:39 -07:00
parent 06cd688181
commit 079b3543b5

View file

@ -27,6 +27,8 @@ jobs:
- name: Test
run: |
cargo test --workspace --verbose
env:
RUST_BACKTRACE: 1
clippy:
name: Clippy check