mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Add wallet to the travis build matrix (#102)
This commit is contained in:
parent
fa339f3c0b
commit
5febcb509c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ env:
|
|||
- TEST_DIR=api
|
||||
- TEST_DIR=pool
|
||||
- TEST_DIR=pow
|
||||
- TEST_DIR=wallet
|
||||
- RUST_TEST_THREADS=1 TEST_DIR=grin
|
||||
|
||||
script: cd $TEST_DIR && cargo test --verbose
|
||||
|
|
Loading…
Reference in a new issue