Skip to content

Commit

Permalink
fix: remove mocktail generation from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed Apr 24, 2024
1 parent 351ec78 commit b80134f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all: mod inst gen build spell lint test

.PHONY: ci
ci: ## CI build pipeline
ci: all check mocktail diff
ci: all check diff

.PHONY: help
help:
Expand Down
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//go:build tools
// +build tools

// Package tools manages tool dependencies, like golangci-lint, via go.mod.
package tools

// Manage tool dependencies via go.mod.
Expand Down

0 comments on commit b80134f

Please sign in to comment.