better default

This commit is contained in:
Lokathor 2018-11-20 01:52:48 -07:00
parent ff6a6717bb
commit 457e0ab6ac

View file

@ -61,3 +61,6 @@ dependencies = ["build-examples-debug", "build-examples-release", "pack-roms"]
[tasks.test]
command = "cargo"
args = ["test", "--lib"]
[tasks.default]
alias = "build"