Skip to content

Commit

Permalink
Merge branch 'main' into mraszyk/bump-hyper-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Mar 11, 2024
2 parents 01e06fc + 2ba4769 commit d6916ab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- uses: taiki-e/install-action@v2
with:
tool: [email protected]

- name: Run Lint
run: cargo clippy --verbose --tests --benches -- -D warnings
run: |
cargo hack clippy --each-feature --exclude-features ic_ref_tests --no-dev-deps --verbose -- -D warnings
cargo clippy --features ic_ref_tests --verbose --tests --benches -- -D warnings
env:
RUST_BACKTRACE: 1

- name: Run Lint (WASM)
run: CARGO_TARGET_DIR=target/wasm cargo clippy --target wasm32-unknown-unknown -p ic-agent --features wasm-bindgen -p ic-utils --verbose -- -D warnings
aggregate:
Expand Down

0 comments on commit d6916ab

Please sign in to comment.