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