about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Wüstenberg2021-10-06 20:51:31 +0200
committerGitHub2021-10-06 20:51:31 +0200
commit44c274483724ae6771544d805d13124b1f5fb84c (patch)
treefbd5bf7b04f74458638e1b221ff4372b3cbae390 /Makefile
parent4858e5d47d5bed0221a19ab46af306b8eab5935d (diff)
downloadgomponents-44c274483724ae6771544d805d13124b1f5fb84c.tar.lz
gomponents-44c274483724ae6771544d805d13124b1f5fb84c.tar.zst
gomponents-44c274483724ae6771544d805d13124b1f5fb84c.zip
Test using Go 1.17 (#91)
Also set the new `-shuffle` flag when testing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 925c1e3..94178dc 100644
--- a/Makefile
+++ b/Makefile
@@ -10,5 +10,5 @@ lint:
 	golangci-lint run
 
 test:
-	go test -coverprofile=cover.out ./...
+	go test -coverprofile=cover.out -shuffle on ./...