mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Update ctest.yml
This commit is contained in:
parent
943487f29a
commit
1a1d2a12ea
9
.github/workflows/ctest.yml
vendored
9
.github/workflows/ctest.yml
vendored
@ -67,14 +67,7 @@ jobs:
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
|
||||
- name: Test-Linux/Windows
|
||||
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: bash
|
||||
run: ctest -C $BUILD_TYP
|
||||
|
||||
- name: Test-Linux/Windows
|
||||
if: matrix.os == 'macos-latest'
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: bash
|
||||
run: ctest -V
|
||||
|
Loading…
Reference in New Issue
Block a user