♻️ Removed Makefile, refactored schema in tests
Some checks failed
Build & test / build (push) Has been cancelled

This commit is contained in:
2025-03-08 19:09:43 +01:00
parent d260b2d676
commit f14543af6b
7 changed files with 15 additions and 31 deletions

View File

@ -4,10 +4,10 @@ run:
cargo run
fmt:
cargo fmt
cargo fmt --all
lint:
cargo clippy
cargo clippy --all-targets --all-features -- -D warnings
release:
cargo build --release