Skip to content

Commit

Permalink
chore: upstream 59f354c merge (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy authored Dec 18, 2024
1 parent 082aff2 commit 60cac1f
Show file tree
Hide file tree
Showing 203 changed files with 9,728 additions and 6,257 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deny.yml

This file was deleted.

24 changes: 23 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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)'
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 @@ -154,3 +161,18 @@ jobs:
run: cp ./install-foundry-zksync ./foundryup-zksync/* /tmp/ && cd /tmp && ./install-foundry-zksync
- name: Verify installation
run: forge --version

check-ci-install-anvil:
name: CI install anvil-zksync
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Install foundry-zksync
run: |
cp ./install-foundry-zksync ./foundryup-zksync/* /tmp/
cd /tmp
./install-foundry-zksync
- name: Verify anvil-zksync installation
run: anvil-zksync --version
Loading

0 comments on commit 60cac1f

Please sign in to comment.