We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86a358 commit 2b2b1cdCopy full SHA for 2b2b1cd
.github/workflows/emscripten.yml
@@ -564,6 +564,7 @@ jobs:
564
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
565
echo "Running DynamicLibraryManagerTests in Google Chrome"
566
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
567
+ sudo safaridriver --enable
568
echo "Running CppInterOpTests in Safari"
569
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
570
python browser_tests_safari.py CppInterOpTests.html
0 commit comments