We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df37e0c commit faeee96Copy full SHA for faeee96
.github/workflows/build.yml
@@ -38,10 +38,6 @@ jobs:
38
- name: Build
39
run: cmake --build ${{github.workspace}}/build --config ${{ matrix.build_type }}
40
41
- - name: Test Linux
+ - name: Test
42
if: ${{ matrix.config.os != 'windows-latest' }}
43
run: ${{github.workspace}}/build/cpplog-test --short-test
44
- - name: Test Windows
45
- if: ${{ matrix.config.os == 'windows-latest' }}
46
- run: ${{github.workspace}}\build\cpplog-test --short-test
47
-
0 commit comments