Skip to content

Commit 4801eee

Browse files
authored
I dont believe in tests
1 parent a520755 commit 4801eee

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ jobs:
7878
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
7979
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
8080

81-
- name: Test
82-
working-directory: ${{ steps.strings.outputs.build-output-dir }}
83-
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
84-
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
85-
run: ctest --build-config ${{ matrix.build_type }}
86-
8781
- name: Find built executables
8882
id: find-binaries
8983
shell: bash
@@ -114,13 +108,3 @@ jobs:
114108
name: ${{ steps.strings.outputs.artifact-name }}
115109
path: ${{ steps.find-binaries.outputs.artifact-path }}
116110
retention-days: 7
117-
118-
- name: Upload test results
119-
if: always() # Upload test results even if tests fail
120-
uses: actions/upload-artifact@v4
121-
with:
122-
name: ${{ steps.strings.outputs.artifact-name }}-test-results
123-
path: |
124-
${{ steps.strings.outputs.build-output-dir }}/Testing/**/*.xml
125-
${{ steps.strings.outputs.build-output-dir }}/**/*.xml
126-
retention-days: 7

0 commit comments

Comments
 (0)