We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf846a6 commit 133e012Copy full SHA for 133e012
.travis.yml
@@ -38,3 +38,4 @@ branches:
38
env:
39
global:
40
- RUST_TEST_NOCAPTURE=1
41
+ - RUST_BACKTRACE=1
appveyor.yml
@@ -25,7 +25,7 @@ install:
25
build: false
26
27
test_script:
28
- - set RUSTFLAGS=-g
+ - set RUST_TEST_NOCAPTURE=1
29
- set RUST_BACKTRACE=1
30
# Build miri
31
- cargo build --release --all-features --all-targets
0 commit comments