diff --git a/Justfile b/Justfile index e617f33..5478f30 100644 --- a/Justfile +++ b/Justfile @@ -21,7 +21,7 @@ test: # Sets up a watcher that lints, tests, and builds watch: - cargo watch -c -s 'cargo clippy --color=always --all-targets --all-features -- -W clippy::pedantic -D warnings 2>&1 | bat -p' -s 'cargo --color=always nextest run 2>&1 | bat -p' -s 'cargo --color=always build --release 2>&1 | bat -p' + cargo watch -c -x 'clippy --all-targets --all-features -- -W clippy::pedantic -D warnings' -x 'nextest run' -x 'build --release' # Update the changelog using git-cliff _update_changelog version: