Skip to content

Commit 64d4363

Browse files
committed
Tiny Makefile fix
1 parent 7f94d8d commit 64d4363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: clean install-dev lint test type-check check-code format docs check-docs
1+
.PHONY: clean install-dev lint unit-tests integration-tests type-check check-code format docs check-docs check-changelog-entry
22

33
# This is default for local testing, but GitHub workflows override it to a higher value in CI
44
INTEGRATION_TESTS_CONCURRENCY = 1

0 commit comments

Comments
 (0)