Enable Boost test messages in unit tests

This commit is contained in:
Srdjan Obucina 2019-10-11 15:22:36 +02:00
parent 9d81867cee
commit bc87e37b55

View file

@ -25,9 +25,9 @@ test:
dependencies: dependencies:
- build - build
script: script:
- ./tests/betting_test - ./tests/betting_test --log_level=message
- ./tests/chain_test - ./tests/chain_test --log_level=message
- ./tests/cli_test - ./tests/cli_test --log_level=message
tags: tags:
- builder - builder