Skip to content

Commit

Permalink
chore(build): use GOEXPERIMENT=loopvar in tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Sep 20, 2023
1 parent 30f86ea commit 8fae0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean:

.PHONY: test
test:
$(GO) test ${TEST_FLAGS} ./...
GOEXPERIMENT=loopvar $(GO) test ${TEST_FLAGS} ./...

.PHONY: bump-driverkit
bump-driverkit:
Expand Down

0 comments on commit 8fae0b7

Please sign in to comment.