Skip to content

Commit

Permalink
SFT-3392: Exclude foundation-ffi from tests.
Browse files Browse the repository at this point in the history
* .github/workflows/lint.yaml (jobs) <tests-pass>: Exclude
foundation-ffi when default features are disabled.

Signed-off-by: Jean-Pierre De Jesus DIAZ <[email protected]>
  • Loading branch information
jeandudey committed Feb 19, 2024
1 parent 31aae33 commit b59a4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b59a4ce

Please sign in to comment.