Run appveyor tests in release mode
This commit is contained in:
parent
709ab245df
commit
0320a77358
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ build: false
|
|||
|
||||
test_script:
|
||||
- set RUST_BACKTRACE=1
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo build --locked --release
|
||||
- cargo test --locked --release
|
||||
|
||||
notifications:
|
||||
- provider: Email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue