Run unit tests in different orders
Set the BOOST_TEST_RANDOM environment variable, to run unit tests in different orders for each test in the test matrix that runs tests.
This commit is contained in:
parent
84a05b843b
commit
69866436be
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ env:
|
|||
global:
|
||||
- MAKEJOBS=-j3
|
||||
- RUN_TESTS=false
|
||||
- BOOST_TEST_RANDOM=1$TRAVIS_BUILD_ID
|
||||
- CCACHE_SIZE=100M
|
||||
- CCACHE_TEMPDIR=/tmp/.ccache-temp
|
||||
- CCACHE_COMPRESS=1
|
||||
|
|
Loading…
Reference in a new issue