From 326fc7794fd7713d51c8966a71b2b80d5dbb5f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=9Cmit=20=C3=96zden?= Date: Fri, 20 Oct 2023 06:09:23 +0300 Subject: [PATCH] chore: Fix typo in Makefile (#60) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8907a81..fecda8c 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,10 @@ integration-compose: docker compose -f test/integration/docker-compose.yml up --wait --build --force-recreate --remove-orphans ## integration-test: run integration test -.PHONE: integration-test +.PHONY: integration-test integration-test: go test -v test/integration/integration_test.go ## run-act: act for running github actions on your local machine run-act: - act -j test --container-architecture linux/arm64 \ No newline at end of file + act -j test --container-architecture linux/arm64