aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-18 18:22:48 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-18 18:22:48 -0300
commitd4d20f5385ad6a33da964dd26a1db2a91506d85c (patch)
tree73dddb5c09e66f4de969879c12d141f9a6dee7d6
parent925c9cff8da100bc5046ee6999c7c5f89fc3dedd (diff)
chore: Makefile to run tests
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..020bc08
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+test:
+ @cd golings && go test -coverprofile=coverage.out -v $$(go list ./... | grep -v fixtures/error1)