diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f2e746..6ad1bde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/Makefile b/Makefile index 5be874a..bc12bbb 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,6 @@ start: stop: docker compose down + +example: stop start + cargo run --release