Skip to content

Commit 0ff389d

Browse files
committed
CI: run stress-tests on the cmake builds in CI
1 parent aa29263 commit 0ff389d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)