Skip to content

Commit

Permalink
Fix dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnrly committed Jan 26, 2020
1 parent 8966ea7 commit 0ae1b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ build-deps: ./bin/goreleaser

deps: build-deps test-deps

test:
test: ./bin/tparse
$(GO_BIN) test -json ./... | tparse -all

acceptance-test:
acceptance-test: ./bin/bats
bats --tap test/*.bats

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

lint:
lint: ./bin/golangci-lint
golangci-lint run

release: clean
Expand Down

0 comments on commit 0ae1b4d

Please sign in to comment.