Skip to content

Commit a4ca141

Browse files
authored
Revert "[Validations] Turn off CUDA exception catch test (#1825)"
This reverts commit ea95ac3.
1 parent 71cd544 commit a4ca141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_binaries.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ else
6262
if [[ ${TARGET_OS} == 'windows' ]]; then
6363
python ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
6464
else
65-
python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled
65+
python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
6666
fi
6767

6868
if [[ ${TARGET_OS} == 'macos-arm64' ]]; then

0 commit comments

Comments
 (0)