From bcc3f2ab96ad5a7bb2ea0400648af75b2b8d0689 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 11 Apr 2026 03:02:09 -0400 Subject: [PATCH] ci: run tests on all platforms --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ce87619..99668ae 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -43,5 +43,4 @@ jobs: run: cargo build --verbose - name: "Run tests" - if: matrix.target == 'x86_64-unknown-linux-gnu' - run: cargo test --verbose + run: cargo test --workspace --exclude microfetch --verbose