Skip to content

Commit

Permalink
Merge commit '59f354c179f4e7f6d7292acb3d068815c79286d1' of github.com…
Browse files Browse the repository at this point in the history
…:foundry-rs/foundry into upstream-59f354c-merge
  • Loading branch information
elfedy committed Dec 12, 2024
2 parents ab01854 + 59f354c commit ff8f1a2
Show file tree
Hide file tree
Showing 198 changed files with 9,310 additions and 5,913 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

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 Down
Loading

0 comments on commit ff8f1a2

Please sign in to comment.