This commit is contained in:
Austen Adler 2023-03-12 01:38:47 -05:00
parent b55a1c7afb
commit 53b7cef2c0

View File

@ -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