Skip to content

Commit 7f9ca04

Browse files
committed
Update ci.yml
1 parent 293bbc5 commit 7f9ca04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Run tests
197197
run: |
198198
cd ../boost-root
199-
./b2 -j1 libs/$LIBRARY/examples libs/$LIBRARY/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} variant=debug,release
199+
./b2 -j1 libs/$LIBRARY/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} variant=debug,release
200200
201201
windows:
202202
strategy:
@@ -256,7 +256,7 @@ jobs:
256256
shell: cmd
257257
run: |
258258
cd ../boost-root
259-
b2 -j1 libs/%LIBRARY%/examples libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} ${{matrix.cxxflags}} variant=debug,release embed-manifest-via=linker
259+
b2 -j1 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} address-model=${{matrix.addrmd}} ${{matrix.cxxflags}} variant=debug,release embed-manifest-via=linker
260260
261261
posix-cmake-subdir:
262262
strategy:

0 commit comments

Comments
 (0)