1
0
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:
Rob Ede
2024-06-20 01:55:14 +01:00
parent e7ee2a06ab
commit 7e21fd753e
5 changed files with 52 additions and 41 deletions

View File

@@ -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")]