File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ jobs:
479479 run : |
480480 cd ../boost-root
481481 mkdir __build__ && cd __build__
482- cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache ..
482+ cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DBOOST_LOCKFREE_TESTS_STRESSTEST=ON - DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache ..
483483
484484 - name : Build tests
485485 run : |
@@ -656,7 +656,7 @@ jobs:
656656 run : |
657657 cd ../boost-root
658658 mkdir __build__ && cd __build__
659- cmake -DBOOST_INCLUDE_LIBRARIES=%LIBRARY% -DBUILD_TESTING=ON ${{ matrix.cmake_args }} ..
659+ cmake -DBOOST_INCLUDE_LIBRARIES=%LIBRARY% -DBUILD_TESTING=ON -DBOOST_LOCKFREE_TESTS_STRESSTEST=ON ${{ matrix.cmake_args }} ..
660660
661661 - name : Build tests (Debug)
662662 shell : cmd
You can’t perform that action at this time.
0 commit comments