1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

Add test Makefile target

This commit is contained in:
Achilleas Anagnostopoulos
2017-05-15 07:30:40 +01:00
parent 52266c9f66
commit ca36793782
2 changed files with 2 additions and 1 deletions

View File

@@ -138,3 +138,4 @@ lint-check-deps:
@gometalinter.v1 --install >/dev/null
test:
go test -cover ./...