summaryrefslogtreecommitdiff
path: root/.github/workflows/build_and_test.yml
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-21 18:52:37 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-21 18:52:37 +0400
commite1648272ec9ab69f791d6fbb3a06db08cdac0242 (patch)
treedb4623a7fe384d76cdbd7963f3a6dd8c10b1768e /.github/workflows/build_and_test.yml
parent71a9111c5c2d2195f9efd27cbc8fd9cedcafd9e5 (diff)
downloadkit-e1648272ec9ab69f791d6fbb3a06db08cdac0242.zip
test
Diffstat (limited to '.github/workflows/build_and_test.yml')
-rw-r--r--.github/workflows/build_and_test.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 26e0b5e..543a7c3 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -37,17 +37,10 @@ jobs:
cmake --build build --config $BUILD_TYPE
- name: Run tests
- if: runner.os != 'Windows'
working-directory: ${{ github.workspace }}/build
run: |
ctest -V -C $BUILD_TYPE
- - name: Run tests on Windows
- if: runner.os == 'Windows'
- working-directory: ${{ github.workspace }}/build
- run: |
- ctest -V
-
integration:
strategy:
matrix:
@@ -75,15 +68,7 @@ jobs:
working-directory: ./source/test/integration/${{ matrix.name }}
- name: Run tests
- if: runner.os != 'Windows'
shell: bash
run: |
ctest -V -C $BUILD_TYPE
working-directory: ./source/test/integration/${{ matrix.name }}/build
-
- - name: Run tests on Windows
- if: runner.os == 'Windows'
- shell: bash
- run: |
- ctest -V
- working-directory: ./source/test/integration/${{ matrix.name }}/build