File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
- name : Run tests
197
197
run : |
198
198
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
200
200
201
201
windows :
202
202
strategy :
@@ -256,7 +256,7 @@ jobs:
256
256
shell : cmd
257
257
run : |
258
258
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
260
260
261
261
posix-cmake-subdir :
262
262
strategy :
You can’t perform that action at this time.
0 commit comments