Add push
This commit is contained in:
parent
b55a1c7afb
commit
53b7cef2c0
3
justfile
3
justfile
@ -1,6 +1,9 @@
|
|||||||
# Rust test needs to be built after because the web crate depends on js-build
|
# Rust test needs to be built after because the web crate depends on js-build
|
||||||
build: fmt js-build rust-build rust-test
|
build: fmt js-build rust-build rust-test
|
||||||
|
|
||||||
|
push:
|
||||||
|
podman push gitea.austen-wares.com/public/xpin-server
|
||||||
|
|
||||||
rust-test:
|
rust-test:
|
||||||
cargo test --all
|
cargo test --all
|
||||||
cargo fmt --all --check
|
cargo fmt --all --check
|
||||||
|
Loading…
Reference in New Issue
Block a user