mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
add RUST_BACKTRACE=1 to appveyor build
This commit is contained in:
parent
d904a01140
commit
1b5efd22f4
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ install:
|
|||
build: false
|
||||
|
||||
test_script:
|
||||
- set RUST_BACKTRACE=1
|
||||
- cargo build --features debugging
|
||||
- cargo test --features debugging
|
||||
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
|
||||
|
|
Loading…
Reference in a new issue