diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7feaaac..0b186f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Scarb uses: software-mansion/setup-scarb@v1 - with: - scarb-version: "2.6.5" + - name: Set up Starknet Foundry + uses: foundry-rs/setup-snfoundry@v3 - name: Run cairo tests run: scarb test