mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Change make test to also download deps
This commit is contained in:
parent
8ad7f99878
commit
f65896284b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ syn-files:
|
|||
cp -r runtime/* ~/.micro
|
||||
|
||||
test:
|
||||
go get -d ./src
|
||||
go test ./src
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue