From 8b3ef19810107eb74d7aee06203638604c8e3908 Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Sat, 23 Nov 2024 22:10:24 +0100 Subject: [PATCH] updated build workflow --- .github/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 55a8536..86752b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,5 +27,7 @@ jobs: run: cargo make format - name: Run cargo clippy run: cargo make clippy - - name: Run cargo test + - name: Run cargo test (default) run: cargo test + - name: Run cargo test (tls) + run: cargo test -F tls --no--default-features