Skip to content

Commit

Permalink
chore: Fix typo in Makefile (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetumit authored Oct 20, 2023
1 parent 2e8dce2 commit 326fc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
act -j test --container-architecture linux/arm64

0 comments on commit 326fc77

Please sign in to comment.