Skip to content

Commit

Permalink
Merge pull request #24 from mips171/mips171/makefile
Browse files Browse the repository at this point in the history
Makefile fix to run worker
  • Loading branch information
mikestefanello authored Jan 6, 2023
2 parents 26e4d4d + 5b73526 commit 19315b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test:
.PHONY: worker
worker:
clear
go run cmd/worker/worker.go
go run cmd/worker/main.go

# Check for direct dependency updates
.PHONY: check-updates
Expand Down

0 comments on commit 19315b8

Please sign in to comment.