Skip to content

Commit

Permalink
noop(dev infra+cleanup) DRY and fix .jj (VCS) snapshots triggering bu…
Browse files Browse the repository at this point in the history
…ilds
  • Loading branch information
jzacsh committed Jan 18, 2025
1 parent aa60df2 commit 728ebba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
dev: build test lint

watch_test:
cargo watch test --workspace --color=always -- --nocapture
cargo watch \
--ignore='.jj/' \
-s 'make test'

watch_build:
RUSTFLAGS='-Ddeprecated -Dwarnings' cargo watch \
cargo watch \
--ignore='.jj/' \
-s 'make build' \
-s 'make lint' \
-s 'make doc'
Expand Down

0 comments on commit 728ebba

Please sign in to comment.