Add justfile target for running the doc tests

This commit is contained in:
Gwilym Kuiper 2022-07-12 14:37:17 +01:00
parent eeefec6e27
commit b29b4c261e

View file

@ -17,6 +17,9 @@ test:
test-release:
just _test-release agb
doctest-agb:
(cd agb && cargo test --doc -Z doctest-xcompile)
clean:
just _all-crates _clean