mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
5 lines
81 B
Bash
5 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
export CI=1
|
||
|
cargo test --test fixture
|
||
|
cargo test --test deno
|