Testsuite: Run clippy tests without optional features

Allows to check it works with features both enabled and disabled
pull/275/head
Tpt 2 years ago committed by Thomas Tanon
parent 865f1dac8d
commit 9be51dc062
  1. 6
      .github/workflows/tests.yml

@ -29,6 +29,12 @@ jobs:
with: with:
submodules: true submodules: true
- run: rustup update && rustup component add clippy - run: rustup update && rustup component add clippy
- run: cargo clippy
working-directory: ./lib/oxrdf
- run: cargo clippy
working-directory: ./lib/sparesults
- run: cargo clippy
working-directory: ./lib/spargebra
- run: cargo clippy --all-targets --all-features - run: cargo clippy --all-targets --all-features
deny: deny:

Loading…
Cancel
Save