Skip to content

Commit ff1bdde

Browse files
committed
disable tests on Windows-ARM-Release
1 parent f9b4832 commit ff1bdde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_arm_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
run: cmake --build ${{github.workspace}}/build --target install --config ${{env.BUILD_TYPE}}
8282
working-directory: ${{github.workspace}}
8383

84-
- name: Test
85-
working-directory: ${{github.workspace}}/build
86-
run: ctest -V --output-on-failure -C ${{env.BUILD_TYPE}}
84+
# - name: Test
85+
# working-directory: ${{github.workspace}}/build
86+
# run: ctest -V --output-on-failure -C ${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)