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