Skip to content

Commit 31b131c

Browse files
authored
Update emscripten.yml
1 parent c057f42 commit 31b131c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,10 +566,10 @@ jobs:
566566
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
567567
sudo safaridriver --enable
568568
echo "Running CppInterOpTests in Safari"
569-
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
569+
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
570570
python browser_tests_safari.py CppInterOpTests.html
571571
echo "Running DynamicLibraryManagerTests in Safari"
572-
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
572+
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html &
573573
python browser_tests_safari.py DynamicLibraryManagerTests.html
574574
else
575575
export ARCHITECHURE=$(uname -m)

0 commit comments

Comments
 (0)