Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 29, 2024
1 parent c8c9a53 commit 4753c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ ETHEREUM_BLAST_RPC_URL="https://eth-mainnet.public.blastapi.io"
STARKNET_PRIVATE_KEY=0x76f2ccdb23f29bc7b69278e947c01c6160a31cf02c19d06d0f6e5ab1d768b86
STARKNET_PUBLIC_KEY=0x3bb306a004034dba19e6cf7b161e7a4fef64bc1078419e8ad1876192f0b8cd1
STARKNET_RPC_URL=http://localhost:9944
MADARA_BINARY_PATH="/home/runner/work/madara-orchestrator/madara/"
MADARA_BINARY_PATH="/home/runner/work/madara-orchestrator/madara-orchestrator/madara/"
8 changes: 1 addition & 7 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build Madara
working-directory: madara
run: |
pwd
cargo build
- name: Checkout Madara Orchestrator
uses: actions/checkout@v4
Expand All @@ -46,16 +46,10 @@ jobs:

- name: Build Mock Contracts using Scarb
run: |
pwd
tree -L 3
cd crates/settlement-clients/starknet/src/tests/mock_contracts
scarb fmt --check
scarb build
- name: Run Starknet tests
run: |
pwd
cd ../..
tree -L 3
cd -
cargo test -p starknet-settlement-client -- --nocapture --test-threads=1

0 comments on commit 4753c2c

Please sign in to comment.