diff --git a/Makefile b/Makefile index 1751280..2e9d733 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ snapshot_windows: goreleaser build --single-target --snapshot --clean --id windows snapshot_linux: - goreleaser build --snapshot --rm-dist --id unix + goreleaser build --snapshot --clean --id linux test: go test ./...