Skip to content

Commit 04dd4b5

Browse files
author
Paulo Gomes
committed
build: Migrate to Go Native fuzz and improve reliability
Establish conventions which aligns with what is supported upstream today, whilst expanding on documentation to ensure folks have pointers on how to debug/check for issues going forwards. Signed-off-by: Paulo Gomes <[email protected]>
1 parent a970fd7 commit 04dd4b5

File tree

9 files changed

+549
-334
lines changed

9 files changed

+549
-334
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ tidy: ## Run go mod tidy
138138
fmt: ## Run go fmt against code
139139
go fmt ./...
140140
cd api; go fmt ./...
141-
cd tests/fuzz; go fmt .
142141

143142
vet: $(LIBGIT2) ## Run go vet against code
144143
go vet ./...

0 commit comments

Comments
 (0)