about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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 ./...