From 44c274483724ae6771544d805d13124b1f5fb84c Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Wed, 6 Oct 2021 20:51:31 +0200 Subject: Test using Go 1.17 (#91) Also set the new `-shuffle` flag when testing.--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ./... -- cgit 1.4.1