6 lines
143 B
Bash
Executable file
6 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Start test if one of the files was modified
|
|
cargo install cargo-watch
|
|
|
|
RUST_BACKTRACE=full cargo watch -x "test -- --nocapture"
|