diff --git a/justfile b/justfile index 28b31b1..8c8b99d 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,9 @@ # Rust test needs to be built after because the web crate depends on js-build build: fmt js-build rust-build rust-test +push: + podman push gitea.austen-wares.com/public/xpin-server + rust-test: cargo test --all cargo fmt --all --check