Skip to content

Commit

Permalink
update folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
credence0x committed Aug 4, 2024
1 parent 14a4110 commit d24f19f
Show file tree
Hide file tree
Showing 764 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: bridge/starknet/.tool-versions
tool-versions: stRealms/bridge/starknet/.tool-versions
- uses: foundry-rs/setup-snfoundry@v3
with:
tool-versions: bridge/starknet/.tool-versions
tool-versions: stRealms/bridge/starknet/.tool-versions
- run: scarb build
working-directory: bridge/starknet
working-directory: stRealms/bridge/starknet
- run: snforge test
working-directory: bridge/starknet
working-directory: stRealms/bridge/starknet


test-ethereum-contracts:
Expand All @@ -49,11 +49,11 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --sizes --root bridge/ethereum/
forge build --sizes --root stRealms/bridge/ethereum/
id: build

- name: Run Forge tests
run: |
forge test -vvv --root bridge/ethereum/
forge test -vvv --root stRealms/bridge/ethereum/
id: test

14 changes: 7 additions & 7 deletions .github/workflows/test_stRealms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: stRealms/.tool-versions
- run: cd stRealms && scarb fmt --check
tool-versions: stRealms/realms/.tool-versions
- run: cd stRealms/realms && scarb fmt --check

check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: stRealms/.tool-versions
- run: cd stRealms && scarb build
tool-versions: stRealms/realms/.tool-versions
- run: cd stRealms/realms && scarb build

check-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: stRealms/.tool-versions
tool-versions: stRealms/realms/.tool-versions
- uses: foundry-rs/setup-snfoundry@v3
with:
tool-versions: stRealms/.tool-versions
- run: cd stRealms && snforge test
tool-versions: stRealms/realms/.tool-versions
- run: cd stRealms/realms && snforge test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit d24f19f

Please sign in to comment.