Skip to content

Commit

Permalink
Update CI + delete cross.toml (#255)
Browse files Browse the repository at this point in the history
Hotfixes the issue with release procedure
  • Loading branch information
Arcticae authored Jul 24, 2023
1 parent 54ef1f7 commit 8a5a17c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
workspaces: starknet-foundry
- uses: software-mansion/setup-scarb@v1.0.0
with:
scarb-version: ${{ env.SCARB_VERSION }}
Expand All @@ -41,9 +39,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
workspaces: starknet-foundry
- uses: software-mansion/setup-scarb@v1.0.0
with:
scarb-version: ${{ env.SCARB_VERSION }}
Expand All @@ -63,8 +59,7 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
workspaces: starknet-foundry
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down Expand Up @@ -95,9 +90,7 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
workspaces: starknet-foundry
- name: Check forge formatting
run: cargo fmt --manifest-path ./starknet-foundry/Cargo.toml --check -p forge
- name: Check cast formatting
Expand All @@ -121,8 +114,6 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
workspaces: starknet-foundry
- run: cargo lint
working-directory: ./starknet-foundry
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:

- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
workspaces: starknet-foundry

- name: Install cross
if: matrix.cross
Expand Down
2 changes: 0 additions & 2 deletions starknet-foundry/Cross.toml

This file was deleted.

0 comments on commit 8a5a17c

Please sign in to comment.