Skip to content

Commit

Permalink
build: group recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 20, 2024
1 parent 7e21fd7 commit d94c023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ update-readmes:
cd ./actix-cors && cargo rdme --force
cd ./actix-session && cargo rdme --force
cd ./actix-identity && cargo rdme --force
npx -y prettier --write $(fd README.md)
fd README.md --exec-batch -- npx -y prettier --write

# Test workspace code.
[group("test")]
test:
cargo {{ toolchain }} nextest run --workspace --all-features

# Test workspace code and docs.
[group("test")]
test-all: (test) (test-docs)

# Test workspace docs.
Expand Down

0 comments on commit d94c023

Please sign in to comment.