Skip to content

Commit

Permalink
Revert "fix go test (#702)"
Browse files Browse the repository at this point in the history
This reverts commit ad211a5.
  • Loading branch information
DemanWei committed Jul 9, 2023
1 parent ad211a5 commit 2ccd28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GO_LICENSE_CHECKER = $(GO_PATH)/bin/license-header-checker
LICENSE_DIR = /tmp/tools/license

unit-test:
go test ./pkg/... -coverprofile=coverage.txt -covermode=atomic
go test ./pkg/... ./third_party/... -coverprofile=coverage.txt -covermode=atomic

# Generate binaries for a Cortex release
dist dist/arana-linux-amd64 dist/arana-darwin-amd64 dist/arana-linux-amd64-sha-256 dist/arana-darwin-amd64-sha-256:
Expand Down

0 comments on commit 2ccd28e

Please sign in to comment.