Skip to content

Commit b24a80f

Browse files
authored
feat: sync with upstream 59f354c (#792)
1 parent 2a052c6 commit b24a80f

File tree

253 files changed

+12807
-6010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+12807
-6010
lines changed

.github/workflows/deny.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
env:
1818
CARGO_TERM_COLOR: always
19-
TARGET_RUST_VERSION: "nightly-2024-09-01"
19+
TARGET_RUST_VERSION: "nightly-2024-09-05"
2020

2121
jobs:
2222
nextest:
@@ -106,7 +106,6 @@ jobs:
106106

107107
zk-cargo-test:
108108
runs-on: ubuntu-22.04-github-hosted-16core
109-
110109
steps:
111110
- name: Checkout code
112111
uses: actions/checkout@v4
@@ -145,6 +144,14 @@ jobs:
145144
run: |
146145
ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo nextest run --package '*' --lib --test '*' --filter-expr 'test(~zk) and not test(~test_zk_aave_di)'
147146
147+
deny:
148+
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
149+
with:
150+
# Clear out arguments to not pass `--all-features` to `cargo deny`.
151+
# Many crates have an `openssl` feature which enables banned dependencies.
152+
deny-flags: ""
153+
154+
148155
check-ci-install:
149156
name: CI install
150157
runs-on: ubuntu-22.04
@@ -168,4 +175,4 @@ jobs:
168175
./install-foundry-zksync
169176
170177
- name: Verify anvil-zksync installation
171-
run: anvil-zksync --version
178+
run: anvil-zksync --version

0 commit comments

Comments
 (0)