Skip to content

Commit

Permalink
chore(ci): patch RPC URL for spec version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Aug 28, 2024
1 parent abebdf5 commit 003e9d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --features skip-zero-root-validation
- run: |
export BEERUS_TEST_STARKNET_URL=$(echo $BEERUS_TEST_STARKNET_URL | sed s/v0.6/v0_7/g)
cargo test --features skip-zero-root-validation
check:
if: startsWith(github.head_ref, 'dependabot/')
Expand Down

0 comments on commit 003e9d8

Please sign in to comment.