Skip to content

Commit 33ffdd9

Browse files
committed
Checkout Makefile to main
1 parent 581074b commit 33ffdd9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ test: clean generate ## Execute test suite
5050
github.com/contribsys/faktory/util \
5151
github.com/contribsys/faktory/webui
5252

53-
test/package: clean generate
54-
go test github.com/contribsys/faktory/$(PACKAGE_NAME)
55-
5653
kill:
5754
@killall -m -9 -e redis || :
5855

@@ -248,7 +245,7 @@ deb: xbuild
248245
tag:
249246
git tag v$(VERSION) && git push --tags || :
250247

251-
.PHONY: help all clean test test/package build package
248+
.PHONY: help all clean test build package
252249

253250

254251
help:

0 commit comments

Comments
 (0)