Skip to content

Commit

Permalink
Merge branch 'upstream-59f354c' of github.com:matter-labs/foundry-zks…
Browse files Browse the repository at this point in the history
…ync into upstream-59f354c
  • Loading branch information
elfedy committed Dec 18, 2024
2 parents 1781234 + 60cac1f commit 17080fc
Show file tree
Hide file tree
Showing 197 changed files with 9,103 additions and 5,732 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deny.yml

This file was deleted.

9 changes: 8 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) 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 Down
Loading

0 comments on commit 17080fc

Please sign in to comment.