mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
10 lines
177 B
Bash
Executable File
10 lines
177 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
cargo test --lib --all-features
|
|
|
|
TEST="$(echo "$1" |sed 's/\:\:/\//g' | sed 's/_/-/g')"
|
|
export TEST;
|
|
|
|
cargo test --test fixture pass -- --nocapture |