Skip to content

Commit

Permalink
makefile: remove non-existing test-all rule reference
Browse files Browse the repository at this point in the history
  • Loading branch information
igor.erziak committed Apr 5, 2024
1 parent 0d01041 commit d937dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ help:
@echo "make install: Install all needed dependencies including tests"
@echo "make lint: Run linters"
@echo "make test: Run basic tests (not testing most integrations)"
@echo "make test-all: Run ALL tests (slow, closest to CI)"
@echo "make format: Run code formatters (destructive)"
@echo
@echo "Also make sure to read ./CONTRIBUTING.md"
Expand Down

0 comments on commit d937dae

Please sign in to comment.