From e43014e218a57fa37cd3add0af25e362a0295f4f Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Tue, 13 Aug 2024 10:29:53 -0300 Subject: [PATCH] add targets and features to CI tests --- .github/workflows/rust.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e25e1fa..731d071 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,4 +19,6 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose --all-targets --all-features + run: | + cargo test --verbose + cargo test --verbose --all-targets --all-features