Skip to content

Commit 0ae1b4d

Browse files
committed
Fix dependency resolution
1 parent 8966ea7 commit 0ae1b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ build-deps: ./bin/goreleaser
6565

6666
deps: build-deps test-deps
6767

68-
test:
68+
test: ./bin/tparse
6969
$(GO_BIN) test -json ./... | tparse -all
7070

71-
acceptance-test:
71+
acceptance-test: ./bin/bats
7272
bats --tap test/*.bats
7373

7474
ci-test:
7575
$(GO_BIN) test -race -coverprofile=coverage.txt -covermode=atomic ./...
7676

77-
lint:
77+
lint: ./bin/golangci-lint
7878
golangci-lint run
7979

8080
release: clean

0 commit comments

Comments
 (0)