mirror of
https://github.com/boostorg/assert.git
synced 2025-09-26 07:41:09 +02:00
Use cmd for Run tests
This commit is contained in:
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@@ -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}}
|
||||||
|
Reference in New Issue
Block a user