Skip to content

Commit 8a5a17c

Browse files
authored
Update CI + delete cross.toml (#255)
Hotfixes the issue with release procedure
1 parent 54ef1f7 commit 8a5a17c

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
- uses: dtolnay/rust-toolchain@stable
2121
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
2222
with:
23-
workspaces: |
24-
starknet-foundry
25-
cairo
23+
workspaces: starknet-foundry
2624
- uses: software-mansion/[email protected]
2725
with:
2826
scarb-version: ${{ env.SCARB_VERSION }}
@@ -41,9 +39,7 @@ jobs:
4139
- uses: dtolnay/rust-toolchain@stable
4240
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
4341
with:
44-
workspaces: |
45-
starknet-foundry
46-
cairo
42+
workspaces: starknet-foundry
4743
- uses: software-mansion/[email protected]
4844
with:
4945
scarb-version: ${{ env.SCARB_VERSION }}
@@ -63,8 +59,7 @@ jobs:
6359
toolchain: stable
6460
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
6561
with:
66-
workspaces: |
67-
starknet-foundry
62+
workspaces: starknet-foundry
6863
- uses: actions/setup-python@v4
6964
with:
7065
python-version: '3.9'
@@ -95,9 +90,7 @@ jobs:
9590
toolchain: stable
9691
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
9792
with:
98-
workspaces: |
99-
starknet-foundry
100-
cairo
93+
workspaces: starknet-foundry
10194
- name: Check forge formatting
10295
run: cargo fmt --manifest-path ./starknet-foundry/Cargo.toml --check -p forge
10396
- name: Check cast formatting
@@ -121,8 +114,6 @@ jobs:
121114
toolchain: stable
122115
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
123116
with:
124-
workspaces: |
125-
starknet-foundry
126-
cairo
117+
workspaces: starknet-foundry
127118
- run: cargo lint
128119
working-directory: ./starknet-foundry

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959

6060
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
6161
with:
62-
workspaces: |
63-
starknet-foundry
64-
cairo
62+
workspaces: starknet-foundry
6563

6664
- name: Install cross
6765
if: matrix.cross

starknet-foundry/Cross.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)