Skip to content

Commit

Permalink
Remove obsolete assert target from Makefile
Browse files Browse the repository at this point in the history
The referenced scripts are no longer existing
  • Loading branch information
stv0g committed Jan 30, 2023
1 parent 29511e5 commit 0f31bc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ install:
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
test-integration:
@cd e2e && bash ./test.sh
prepush: assert test lint test-integration
prepush: test lint test-integration
check-api:
@cd api && bash ./check.sh
assert:
bash .github/assert-contributors.sh
bash .github/lint-disallowed-functions-in-library.sh
bash .github/lint-commit-message.sh
test:
@./go.test.sh
clean:

0 comments on commit 0f31bc5

Please sign in to comment.