mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-01 03:47:17 +02:00
docs: clean up ws examples
This commit is contained in:
7
justfile
7
justfile
@@ -33,6 +33,13 @@ update-readmes:
|
||||
cd ./actix-identity && cargo rdme --force
|
||||
npx -y prettier --write $(fd README.md)
|
||||
|
||||
# Test workspace code.
|
||||
test:
|
||||
cargo {{ toolchain }} nextest run --workspace --all-features
|
||||
|
||||
# Test workspace code and docs.
|
||||
test-all: (test) (test-docs)
|
||||
|
||||
# Test workspace docs.
|
||||
[group("test")]
|
||||
[group("docs")]
|
||||
|
Reference in New Issue
Block a user