From 9be51dc06273ff83a2763e7c4a71e8243b9f5234 Mon Sep 17 00:00:00 2001 From: Tpt Date: Mon, 31 Oct 2022 09:49:17 +0100 Subject: [PATCH] Testsuite: Run clippy tests without optional features Allows to check it works with features both enabled and disabled --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a9131b27..85992477 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,12 @@ jobs: with: submodules: true - 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 deny: