Exclude mocks from release build (#3831)

This commit is contained in:
6543
2024-06-25 12:23:07 +02:00
committed by GitHub
parent e2513fa4c8
commit 402938e216
12 changed files with 33 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
package forge
//go:generate mockery --name Forge --output mocks --case underscore
//go:generate mockery --name Forge --output mocks --case underscore --note "+build test"
import (
"context"