Skip to content

Commit

Permalink
CI Caching (#201)
Browse files Browse the repository at this point in the history
Closes #142 
Closes #112 (other failures seem irrelevant)
  • Loading branch information
Arcticae authored Jul 19, 2023
1 parent ab1b2cb commit a63504b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
- uses: software-mansion/[email protected]
with:
scarb-version: ${{ env.SCARB_VERSION }}
Expand All @@ -37,6 +41,9 @@ jobs:
with:
toolchain: stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down Expand Up @@ -66,6 +73,10 @@ jobs:
with:
toolchain: stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
- name: Check forge formatting
run: cargo fmt --manifest-path ./starknet-foundry/Cargo.toml --check -p forge
- name: Check cast formatting
Expand All @@ -88,5 +99,9 @@ jobs:
with:
toolchain: stable
- uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
with:
workspaces: |
starknet-foundry
cairo
- run: cargo lint
working-directory: ./starknet-foundry

0 comments on commit a63504b

Please sign in to comment.