Skip to content

Commit

Permalink
feat: exclude op-alloy from cargo hack
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Oct 31, 2024
1 parent ebec919 commit ae4484f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fmt-native-check:

# Lint the Rust documentation
lint-docs:
RUSTDOCFLAGS="-D warnings" cargo doc --all --no-deps --document-private-items
RUSTDOCFLAGS="-D warnings" cargo doc --all --no-deps --document-private-items

# Fixes the formatting of the workspace
fmtf:
Expand All @@ -45,4 +45,4 @@ build *args='':

# Runs `cargo hack check` against the workspace
hack:
cargo hack check --feature-powerset --no-dev-deps
cargo hack check --feature-powerset --no-dev-deps --exclude op-alloy

0 comments on commit ae4484f

Please sign in to comment.