1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

Makefile: make test command also test api.

This commit is contained in:
Henrik Hautakoski 2024-02-29 19:33:24 +01:00
parent cbe791d7df
commit 5f2ae2ea52

View file

@ -33,6 +33,6 @@ build-deb:
test:
$(GO) test -v ./...
cd api; $(GO) test -v ./...
clean :
$(RM) -fr build