mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cargo build --target $TARGET --verbose
|
|
cargo test --target $TARGET --verbose
|