Skip to content

Commit 4e954aa

Browse files
disable C++ tests
1 parent e50fd8f commit 4e954aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build_cmake/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ runs:
119119
# if: always()
120120
# uses: mxschmitt/action-tmate@v3
121121
- name: C++ tests
122+
if: inputs.rocm == 'OFF'
122123
shell: bash
123124
run: |
124125
export GTEST_OUTPUT="xml:$(realpath .)/test-results/googletest/"

0 commit comments

Comments
 (0)