mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 00:58:31 +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
|