mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-25 10:33:43 +02:00
Makefile: make test command also test api.
This commit is contained in:
parent
cbe791d7df
commit
5f2ae2ea52
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -33,6 +33,6 @@ build-deb:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(GO) test -v ./...
|
$(GO) test -v ./...
|
||||||
|
cd api; $(GO) test -v ./...
|
||||||
clean :
|
clean :
|
||||||
$(RM) -fr build
|
$(RM) -fr build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue