mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Trying Travis building in release mode
This commit is contained in:
parent
c6761f0b18
commit
68b6bd25a4
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ addons:
|
|||
env:
|
||||
global:
|
||||
- RUST_BACKTRACE="1"
|
||||
- RUST_FLAGS="-C debug-assertions"
|
||||
matrix:
|
||||
- RUST_TEST_THREADS=1 TEST_DIR=grin
|
||||
- TEST_DIR=store
|
||||
|
@ -39,4 +40,4 @@ env:
|
|||
- TEST_DIR=core
|
||||
- TEST_DIR=util
|
||||
|
||||
script: cd $TEST_DIR && cargo test --verbose
|
||||
script: cd $TEST_DIR && cargo test --release
|
||||
|
|
Loading…
Reference in a new issue