Skip to content

Commit

Permalink
fix: update the test path workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brolag committed Oct 30, 2024
1 parent 8920908 commit 0d26de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install SNFoundry
run: |
curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh
export PATH=$PATH:$HOME/.snfoundry/bin
export PATH="$HOME/.local/bin:$PATH"
snforge --version
- name: Run tests
Expand Down

0 comments on commit 0d26de7

Please sign in to comment.