Skip to content

Commit

Permalink
Merge pull request #18 from BibliothecaDAO/refactor
Browse files Browse the repository at this point in the history
update folder structure of strealms
  • Loading branch information
credence0x authored Aug 4, 2024
2 parents 14a4110 + d24f19f commit 3777420
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 3777420

Please sign in to comment.