Skip to content

Commit

Permalink
Remove uncached testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 29, 2024
1 parent db06df5 commit 71a3fe3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: audit build lint lintfix fmt fmt-check run test test-uncached test-verbose test-coverage
.PHONY: audit build lint lintfix fmt fmt-check run test test-verbose test-coverage

check: lint
go fmt ./...
Expand Down Expand Up @@ -28,9 +28,6 @@ run: build
test:
go test ./...

test-uncached:
go test -count=1 ./...

test-verbose:
go test -v ./...

Expand Down

0 comments on commit 71a3fe3

Please sign in to comment.