bulding for unit testing
This commit is contained in:
parent
5aac2a0c10
commit
13a993230d
@ -1,9 +1,13 @@
|
|||||||
|
BUILD=cargo build
|
||||||
build:
|
build:
|
||||||
cargo build
|
$(BUILD)
|
||||||
|
|
||||||
|
test:
|
||||||
|
cargo test
|
||||||
|
|
||||||
release:
|
release:
|
||||||
cargo build --release
|
$(BUILD) --release
|
||||||
|
|
||||||
run:
|
run:
|
||||||
# Running server
|
# Running server
|
||||||
cargo run
|
cargo run
|
||||||
|
Loading…
Reference in New Issue
Block a user