mirror of
https://github.com/danog/strum.git
synced 2024-11-26 20:14:40 +01:00
11 lines
128 B
Bash
11 lines
128 B
Bash
|
cd ./strum
|
||
|
cargo build --verbose
|
||
|
cargo test --verbose
|
||
|
|
||
|
cd ..
|
||
|
cd ./strum_tests
|
||
|
cargo build --verbose
|
||
|
cargo test --verbose
|
||
|
|
||
|
cd ..
|