Skip to content

Commit 170c6e3

Browse files
committed
refactor(Makefiles): remove unneeded .PHONY target
1 parent 9e207c7 commit 170c6e3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ test-unit:
5353

5454
test-functional:
5555
GOPATH=$(CURDIR)/../tests/_vendor:$(GOPATH) go test -v ./tests/...
56-
57-
.PHONY: test

tests/controllerComponent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package verbose
1+
package tests
22

33
import (
44
"fmt"

0 commit comments

Comments
 (0)