From b59a4ce64c45c8f89379681376f6af44ccaeb020 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Mon, 19 Feb 2024 16:25:23 +0100 Subject: [PATCH] SFT-3392: Exclude foundation-ffi from tests. * .github/workflows/lint.yaml (jobs) : Exclude foundation-ffi when default features are disabled. Signed-off-by: Jean-Pierre De Jesus DIAZ --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0723347..b4c064c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -50,5 +50,5 @@ jobs: with: toolchain: 1.70 - run: cargo test - - run: cargo test --no-default-features + - run: cargo test --no-default-features --workspace --exclude foundation-ffi - run: cargo test --all-features