Skip to content

Commit

Permalink
build: Migrate to Go Native fuzz and improve reliability
Browse files Browse the repository at this point in the history
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 <paulo.gomes@weave.works>
  • Loading branch information
Paulo Gomes committed Nov 24, 2022
1 parent a970fd7 commit 04dd4b5
Show file tree
Hide file tree
Showing 9 changed files with 549 additions and 334 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ tidy: ## Run go mod tidy
fmt: ## Run go fmt against code
go fmt ./...
cd api; go fmt ./...
cd tests/fuzz; go fmt .

vet: $(LIBGIT2) ## Run go vet against code
go vet ./...
Expand Down
Loading

0 comments on commit 04dd4b5

Please sign in to comment.