Skip to content
Snippets Groups Projects
Verified Commit a953ade1 authored by David Runge's avatar David Runge :chipmunk:
Browse files

feat(justfile): Add recipe for running doc tests


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent f4343daa
No related branches found
No related tags found
1 merge request!154Add (non-)administrative secret handling for `ParallelHermeticConfig`
......@@ -260,6 +260,11 @@ test:
just docs
fi
# Runs all doc tests
test-docs:
just ensure-command cargo
cargo test --doc
# Runs per project end-to-end tests found in a project README.md
test-readme project:
#!/usr/bin/env bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment