Undo removal of -j1 from ci.yml

This commit is contained in:
Peter Dimov
2025-06-30 13:56:48 +03:00
parent 5c5e2c9953
commit 2669458ceb

View File

@@ -251,7 +251,7 @@ jobs:
- name: Run tests
run: |
cd ../boost-root
./b2 libs/$LIBRARY/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} variant=debug,release
./b2 -j1 libs/$LIBRARY/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} variant=debug,release
windows:
strategy:
@@ -311,7 +311,7 @@ jobs:
shell: cmd
run: |
cd ../boost-root
b2 --abbreviate-paths libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} ${{matrix.cxxflags}} variant=debug,release embed-manifest-via=linker
b2 -j1 --abbreviate-paths libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} ${{matrix.cxxflags}} variant=debug,release embed-manifest-via=linker
posix-cmake-subdir:
strategy: