diff --git a/.github/scripts/validate_binaries.sh b/.github/scripts/validate_binaries.sh index 835c16c63..bf5c15690 100755 --- a/.github/scripts/validate_binaries.sh +++ b/.github/scripts/validate_binaries.sh @@ -62,7 +62,7 @@ else if [[ ${TARGET_OS} == 'windows' ]]; then python ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} else - python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled + python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} fi if [[ ${TARGET_OS} == 'macos-arm64' ]]; then