Skip to content

Commit

Permalink
Remove unused tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jul 13, 2024
1 parent 083c485 commit 190c518
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,9 @@ testrace:
fmt:
go fmt ./...

.PHONY: fmtci
fmtci:
! gofmt -d . | grep '^'

.PHONY: lint
lint:
golint -set_exit_status ./...

.PHONY: vet
vet:
go vet ./...

.PHONY: integration_test
integration_test: build build-oracle
go test _integration/check_readme_test.go

.PHONY: test_all
test_all: test testrace fmt lint vet integration_test
test_all: test testrace fmt integration_test

0 comments on commit 190c518

Please sign in to comment.