We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cd544 commit a4ca141Copy full SHA for a4ca141
.github/scripts/validate_binaries.sh
@@ -62,7 +62,7 @@ else
62
if [[ ${TARGET_OS} == 'windows' ]]; then
63
python ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
64
else
65
- python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled
+ python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
66
fi
67
68
if [[ ${TARGET_OS} == 'macos-arm64' ]]; then
0 commit comments