Skip to content

Commit

Permalink
run test with RUST_BACKTRACE=full
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude committed Jun 2, 2017
1 parent 1bb1369 commit 0db6c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ install:
- rustc -vV
- cargo -vV
build: false
environment:
RUST_BACKTRACE: full
test_script:
- cargo build --verbose
- cargo test --verbose
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cache:

script:
- cargo build --verbose
- cargo test --verbose
- RUST_BACKTRACE=full cargo test --verbose

notifications:
email: false

0 comments on commit 0db6c50

Please sign in to comment.