Skip to content

Commit b967529

Browse files
committed
Revert "test: disable go1.25 optimizations"
This reverts commit 80a855b. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 80a855b commit b967529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ release: # create release
5959
.PHONY: test
6060
test:
6161
mkdir -p $(COVERAGEDIR)
62-
go test -gcflags=all=-d=variablemakehash=n -short -v -coverprofile=$(COVERAGEDIR)/coverage.txt -covermode=atomic ./...
62+
go test -short -v -coverprofile=$(COVERAGEDIR)/coverage.txt -covermode=atomic ./...
6363
go tool cover -func=$(COVERAGEDIR)/coverage.txt
6464

6565
.PHONY: lint

0 commit comments

Comments
 (0)