File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -870,6 +870,20 @@ jobs:
870870 wasm64l.test_longjmp2_emscripten
871871 wasm64l.test_embind_val_basics_legacy"
872872 - upload-test-results
873+ test-bun :
874+ executor : linux-python
875+ steps :
876+ - checkout
877+ - pip-install
878+ - install-emsdk
879+ - run :
880+ name : install bun
881+ command : |
882+ curl -fsSL https://bun.com/install | bash
883+ echo "BUN_ENGINE = os.path.expanduser('~/.bun/bin/bun')" >> ~/emsdk/.emscripten
884+ echo "JS_ENGINES = [BUN_ENGINE]" >> ~/emsdk/.emscripten
885+ - run-tests :
886+ test_targets : " core0.test_hello_world"
873887 test-jsc :
874888 executor : linux-python
875889 steps :
@@ -1362,6 +1376,7 @@ workflows:
13621376 - test-sockets-chrome :
13631377 requires :
13641378 - build-linux
1379+ - test-bun
13651380 - test-jsc
13661381 - test-spidermonkey
13671382 - test-node-compat
You can’t perform that action at this time.
0 commit comments