mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +03:00
9 lines
155 B
Bash
Executable File
9 lines
155 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 |