Skip to content

Commit

Permalink
Merge pull request #24 from ethereum-optimism/refcell/hot-patch-2
Browse files Browse the repository at this point in the history
fix: hot patch 2
  • Loading branch information
refcell committed Jul 24, 2024
2 parents 997a6d4 + 6dd0ec6 commit bf13d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@just
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: cargo nextest
- name: tests
run: just test
cargo-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf13d61

Please sign in to comment.