Skip to content

Commit

Permalink
add start to make file
Browse files Browse the repository at this point in the history
  • Loading branch information
elzasimoes committed Sep 22, 2024
1 parent 68dcd85 commit 0fa44f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ lint:
test:
docker compose exec app go test main_test.go

ci: lint test
start:
docker compose up -d

ci: start lint test



0 comments on commit 0fa44f9

Please sign in to comment.