From 88100b58eab24410189defc019a3ab4574c1a1d1 Mon Sep 17 00:00:00 2001 From: Nicholas Novak <34256932+NickyBoy89@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:55:22 -0800 Subject: [PATCH] change: Removed all the flags for the test command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85020f0..57ce816 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ compile: .PHONY: bench bench: compile - CC=clang go test -bench . -benchtime=2s -count 10 + CC=clang GOEXPERIMENT=loopvar go test -bench . .PHONY: clean clean: