change: Removed all the flags for the test command

This commit is contained in:
Nicholas Novak 2023-12-10 21:55:22 -08:00
parent 76038020f0
commit 88100b58ea

View File

@ -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: