diff options
| author | danieleades <33452915+danieleades@users.noreply.github.com> | 2023-11-27 10:18:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 11:18:48 +0100 |
| commit | 3c2b61ee7d312f034109522e90a411c9b920e011 (patch) | |
| tree | 842cc0df8c23cafdca6173569be7a5c561f29d0c /.github | |
| parent | 2c85161a277a8b754eea529bd71fb0e67f39ac33 (diff) | |
Run clippy on all features (#2767)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6743f86..4adaf5fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - run: cargo clippy --workspace --all-targets + - run: cargo clippy --workspace --all-targets --all-features - run: cargo fmt --check --all - run: cargo doc --workspace --no-deps |
