diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index c453239..925c1e3 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ lint: golangci-lint run test: - go test -coverprofile=cover.out -mod=readonly ./... + go test -coverprofile=cover.out ./... |