mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
336b1d8b4d
**Related issue:** - Closes https://github.com/swc-project/swc/issues/6750. - Closes https://github.com/swc-project/swc/issues/6780.
9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
|
|
export RUST_LOG=trace
|
|
# export SWC_CHECK=1
|
|
|
|
cargo test --features concurrent --features debug --test exec --test terser_exec $@ |