We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e607f8 commit 0d07cb4Copy full SHA for 0d07cb4
Makefile
@@ -88,9 +88,9 @@ release: goreleaser clean-phar internal/legacy/archives/platform.phar php ## Rel
88
VERSION=$(VERSION) bash cloudsmith.sh
89
90
.PHONY: test
91
+# "We encourage users of encoding/json to test their programs with GOEXPERIMENT=jsonv2 enabled" (https://tip.golang.org/doc/go1.25)
92
test: ## Run unit tests
- go clean -testcache
93
- go test -v -race -mod=readonly -cover ./...
+ GOEXPERIMENT=jsonv2 go test -v -race -cover -count=1 ./...
94
95
.PHONY: lint
96
lint: lint-gomod lint-golangci ## Run linters.
0 commit comments