Skip to content

Commit

Permalink
chore(Makefile) add target to run full example e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jul 4, 2024
1 parent f423e1b commit b7292dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ start:

stop:
docker compose down

example: stop start
cargo run --release

0 comments on commit b7292dc

Please sign in to comment.