chore(Makefile) add target to run full example e2e (#15)

* chore(Makefile) add target to run full example e2e

* patch: ci version
This commit is contained in:
Aaryamann Challani
2024-07-04 17:49:23 +05:30
committed by GitHub
parent 7e0e5bb89e
commit 62f15d2381
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
uses: "foundry-rs/foundry-toolchain@v1"
- name: "Install Pnpm"
uses: "pnpm/action-setup@v2"
uses: "pnpm/action-setup@v4"
with:
version: "8"

View File

@@ -23,3 +23,6 @@ start:
stop:
docker compose down
example: stop start
cargo run --release