File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,12 @@ jobs:
168168 emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
169169 echo "Running DynamicLibraryManagerTests in Google Chrome"
170170 emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
171+ echo "Running CppInterOpTests in Safari"
172+ emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html
173+ python browser_tests_safari.py CppInterOpTests.html
174+ echo "Running DynamicLibraryManagerTests in Safari"
175+ emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
176+ python browser_tests_safari.py DynamicLibraryManagerTests.html
171177
172178 cd ../../
173179 emmake make -j ${{ env.ncpus }} install
You can’t perform that action at this time.
0 commit comments