mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
build: group recipes
This commit is contained in:
parent
7e21fd753e
commit
d94c023bf9
4
justfile
4
justfile
@ -31,13 +31,15 @@ update-readmes:
|
|||||||
cd ./actix-cors && cargo rdme --force
|
cd ./actix-cors && cargo rdme --force
|
||||||
cd ./actix-session && cargo rdme --force
|
cd ./actix-session && cargo rdme --force
|
||||||
cd ./actix-identity && 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.
|
# Test workspace code.
|
||||||
|
[group("test")]
|
||||||
test:
|
test:
|
||||||
cargo {{ toolchain }} nextest run --workspace --all-features
|
cargo {{ toolchain }} nextest run --workspace --all-features
|
||||||
|
|
||||||
# Test workspace code and docs.
|
# Test workspace code and docs.
|
||||||
|
[group("test")]
|
||||||
test-all: (test) (test-docs)
|
test-all: (test) (test-docs)
|
||||||
|
|
||||||
# Test workspace docs.
|
# Test workspace docs.
|
||||||
|
Loading…
Reference in New Issue
Block a user