bulding for unit testing

This commit is contained in:
shockrahwow 2019-11-13 18:47:55 -08:00
parent 5aac2a0c10
commit 13a993230d

View File

@ -1,8 +1,12 @@
BUILD=cargo build
build: build:
cargo build $(BUILD)
test:
cargo test
release: release:
cargo build --release $(BUILD) --release
run: run:
# Running server # Running server