mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-31 12:14:32 +01:00
make+travis: enable bitcoind itests on travis
This commit is contained in:
@@ -18,6 +18,7 @@ env:
|
||||
- RACE=true
|
||||
- ITEST=true
|
||||
- NEUTRINO_ITEST=true
|
||||
- BITCOIND_ITEST=true
|
||||
- COVER=true
|
||||
|
||||
sudo: required
|
||||
@@ -35,6 +36,9 @@ script:
|
||||
# Run neutrino integration tests.
|
||||
- 'if [ "$NEUTRINO_ITEST" = true ]; then make travis-itest backend=neutrino; fi'
|
||||
|
||||
# Run bitcoind integration tests.
|
||||
- 'if [ "$BITCOIND_ITEST" = true ]; then make travis-itest backend=bitcoind; fi'
|
||||
|
||||
# Run unit tests and generate coverage report.
|
||||
- 'if [ "$COVER" = true ]; then make travis-cover; fi'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user