Skip to content

Commit

Permalink
feat: switch to stable compiler (#814)
Browse files Browse the repository at this point in the history
* feat: switch to stable compiler

* chore: reverts to make use of using compiled-in version of anvil-zksync

* fix: fix action tag

* Properly start the node

* Remove anvil-zksync from nextest CI

---------

Co-authored-by: Dustin Brickwood <[email protected]>
Co-authored-by: Nisheeth Barthwal <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent 74d2079 commit 36db986
Show file tree
Hide file tree
Showing 35 changed files with 1,151 additions and 2,836 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- name: Setup Git config
run: |
git config --global user.name "GitHub Actions Bot"
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
CARGO_TERM_COLOR: always
TARGET_RUST_VERSION: "nightly-2024-09-05"
TARGET_RUST_VERSION: "stable"

jobs:
nextest:
Expand Down Expand Up @@ -60,18 +60,16 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: ${{ env.TARGET_RUST_VERSION }}
toolchain: nightly-2024-09-05 # Required for unstable features in rustfmt
components: rustfmt
- run: cargo fmt --all --check
- run: cargo +nightly-2024-09-05 fmt --all --check

forge-fmt:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: ${{ env.TARGET_RUST_VERSION }}
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
Loading

0 comments on commit 36db986

Please sign in to comment.