We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swc-project
Learn more about funding links in repositories.
Report abuse
test.sh
1 parent 3ca53ad commit f28d96eCopy full SHA for f28d96e
crates/swc_ecma_minifier/scripts/test.sh
@@ -8,7 +8,9 @@ export SWC_RUN=0
8
9
touch tests/compress.rs
10
11
-UPDATE=1 cargo test -p swc_ecma_minifier --release --test size
+UPDATE=1 cargo test -p swc_ecma_minifier --release --test size &
12
cargo test -p swc_ecma_minifier -p swc --no-fail-fast --test projects --test tsc --test compress --test mangle --features concurrent $@
13
14
-# find ../swc/tests/ -type f -empty -delete
+# find ../swc/tests/ -type f -empty -delete
15
+
16
+wait
0 commit comments