mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-11 06:46:37 +00:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
[tasks.build]
|
||
|
command = "cargo"
|
||
|
args = ["build", "--release"]
|
||
|
|
||
|
[tasks.test]
|
||
|
command = "cargo"
|
||
|
args = ["test", "--release"]
|