Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 37b62f5

Browse files
committed
fix makefile syntax
1 parent 54760e4 commit 37b62f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ doc-tests:
4444

4545
all-tests: unit-tests integration-tests doc-tests
4646

47-
ci-integration-tests:
48-
unit-tests legacy-tests doc-tests
47+
ci-integration-tests: unit-tests legacy-tests doc-tests

0 commit comments

Comments
 (0)