Skip to content

Commit

Permalink
Merge branch 'main' into nish-fix-expect-call
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Jan 6, 2025
2 parents 58fbde0 + b24a80f commit eb19ff5
Show file tree
Hide file tree
Showing 253 changed files with 12,807 additions and 6,010 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deny.yml

This file was deleted.

13 changes: 10 additions & 3 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-01"
TARGET_RUST_VERSION: "nightly-2024-09-05"

jobs:
nextest:
Expand Down Expand Up @@ -106,7 +106,6 @@ jobs:

zk-cargo-test:
runs-on: ubuntu-22.04-github-hosted-16core

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -145,6 +144,14 @@ jobs:
run: |
ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo nextest run --package '*' --lib --test '*' --filter-expr 'test(~zk) and not test(~test_zk_aave_di)'
deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
with:
# Clear out arguments to not pass `--all-features` to `cargo deny`.
# Many crates have an `openssl` feature which enables banned dependencies.
deny-flags: ""


check-ci-install:
name: CI install
runs-on: ubuntu-22.04
Expand All @@ -168,4 +175,4 @@ jobs:
./install-foundry-zksync
- name: Verify anvil-zksync installation
run: anvil-zksync --version
run: anvil-zksync --version
Loading

0 comments on commit eb19ff5

Please sign in to comment.