Skip to content

Commit

Permalink
actions: set snforge and scarb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet committed Mar 7, 2025
1 parent b32fb5c commit c10dd84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:

- name: Setup Starknet Foundry
uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: 0.32.0

- uses: actions/checkout@v3

- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.8.4"

- run: scarb fmt --check

- run: scarb build --test
Expand Down

0 comments on commit c10dd84

Please sign in to comment.