Use cmd for Run tests

This commit is contained in:
Peter Dimov
2020-11-20 03:06:11 +02:00
parent 20b0647a26
commit bb08742f4e

View File

@@ -45,6 +45,7 @@ jobs:
b2 -d0 headers b2 -d0 headers
- name: Run tests - name: Run tests
shell: cmd
run: | run: |
cd ../boost-root cd ../boost-root
./b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} ./b2 -j3 libs/%LIBRARY%/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}}