fix phony targets

This commit is contained in:
gmega 2024-12-06 18:48:43 -03:00
parent bb0d5cb967
commit 688ea63d55
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -2,13 +2,13 @@ SHELL := bash
.SHELLFLAGS := -eu -o pipefail -c
.PHONY: test-unit-local \
start-local-integration-harness \
stop-local-integration-harness \
test-integration-local \
test-all-local \
test-unit-docker \
test-integration-docker \
.PHONY: unit \
harness-start \
harness-stop \
integration \
tests \
unit-docker \
integration-docker \
clean
# Runs the unit tests locally.