chore: add {test,shell}-in-docker recipes to justfile
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 1m45s
Test / build (map[name:stable]) (push) Successful in 2m46s
Release Please / Release-plz (push) Successful in 9s

This commit is contained in:
Paul Campbell 2025-01-14 20:04:47 +00:00
parent 30f930f333
commit 7ca7d94781

View file

@ -10,6 +10,12 @@ build:
# cargo test --example get
cargo mutants --jobs 4
test-in-docker:
docker run --rm -v $PWD:/app/ git.kemitix.net/kemitix/rust:latest cargo test
shell-in-docker:
docker run --rm -it -v $PWD:/app/ git.kemitix.net/kemitix/rust:latest bash
self-test:
just test $PWD forgejo-todo-checker