Skip to content

Commit

Permalink
chore: bump reth, starknet and starknet api (#655)
Browse files Browse the repository at this point in the history
* chore: bump reth, starknet and starknet api

* fix: fix ci

* fix: fix pr comment

* fix: fix CI

* fix: fix ci
  • Loading branch information
Eikix authored Nov 22, 2023
1 parent 698737e commit 8034632
Show file tree
Hide file tree
Showing 29 changed files with 1,729 additions and 1,522 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/dump.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
profile: minimal
override: true
- uses: Swatinem/rust-cache@v2
Expand All @@ -25,6 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
profile: minimal
override: true
components: rustfmt
Expand All @@ -41,6 +43,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
profile: minimal
override: true
components: clippy
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,24 @@ jobs:
profile: minimal
components: llvm-tools-preview
override: true
toolchain: 1.73.0
- name: Retrieve cached dependencies
uses: Swatinem/rust-cache@v2
- name: Setup coverage env
uses: taiki-e/install-action@cargo-llvm-cov
# nextest setup
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
# Load dump
- name: Load dump
uses: actions/download-artifact@v3
with:
name: dump-katana
path: ./.katana/
# Load lib submodules
- name: Load submodules
id: cached-submodules
uses: actions/cache/restore@v3
with:
path: ./lib/
key: ${{ runner.os }}-submodules
# Create dump
- name: Create dump
run: make build-kakarot && make dump-katana
- name: Generate code coverage
run: ./scripts/make_with_env.sh test-coverage
- name: Upload coverage to Codecov
Expand Down
Loading

0 comments on commit 8034632

Please sign in to comment.