Skip to content

Commit

Permalink
avoid setting env variables for test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrh committed Oct 30, 2018
1 parent 3363b58 commit 73b6b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ install:
- cargo -V
build: false
test_script:
- cargo test --verbose
- set RUSTFLAGS=-C panic=abort
- set CARGO_PROFILE_RELEASE=panic=abort
- cargo build --verbose --release --features=validation
- set RUSTFLAGS=-C panic=unwind
- cargo test --verbose
before_deploy:
- set CARGO_PROFILE_RELEASE=panic=abort
- set RUSTFLAGS=-C panic=abort
Expand Down

0 comments on commit 73b6b98

Please sign in to comment.