Skip to content

Commit

Permalink
Disable running tests so cache gets saved
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Sep 14, 2023
1 parent 4b3f24d commit 32cffda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh -s -- -v 0.4.1
- name: Run tests
run: |
export DEVNET_PATH="$DEVNET_BUILD_PATH"
export SCARB_PATH=$(which scarb)
export SNCAST_PAT="$(which sncast)"
swift test --disable-sandbox
# - name: Run tests
# run: |
# export DEVNET_PATH="$DEVNET_BUILD_PATH"
# export SCARB_PATH=$(which scarb)
# export SNCAST_PAT="$(which sncast)"
# swift test --disable-sandbox

0 comments on commit 32cffda

Please sign in to comment.