test: makefile now runs all tests recursively
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2021-07-21 08:56:53 +01:00
parent a36e80db99
commit 2158dc851c
Signed by: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 1 additions and 2 deletions

View File

@ -32,5 +32,4 @@ static:
@staticcheck $(ABRA)
test:
@go test ./config -cover
@go test ./client -cover
@go test ./... -cover