mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* Remove some dead code * 💀 code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * 💀 dead code * skip * Run all the unit tests
6 lines
195 B
Bash
6 lines
195 B
Bash
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
docker container run --security-opt seccomp=.docker/chrome.json --env GITHUB_WORKSPACE=$GITHUB_WORKSPACE --ulimit memlock=-1:-1 --init --rm bun-unit-tests:latest
|