Skip to content

Commit 01dfc17

Browse files
committed
chore: improve comment
1 parent 53d65c5 commit 01dfc17

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ check-actionlint:
166166
check:
167167
pre-commit run --all-files
168168

169-
# Run all unit tests. The --files option avoids stashing but passes files; however,
170-
# the hook setup itself does not pass files to pytest (see .pre-commit-config.yaml).
169+
# Run different kinds of tests: unit tests, integration tests, performance tests.
170+
# Note that the default goal 'test' runs the unit tests only, mainly for convenience
171+
# and compatibility with existing scripts.
171172
.PHONY: test test-all test-unit test-integration test-performance
172173
test: test-unit
173174
test-unit:

0 commit comments

Comments
 (0)