From 8bfb227cacaf1ea764d1bf9b827965d2dd6171c9 Mon Sep 17 00:00:00 2001 From: Blindspot22 Date: Thu, 19 Dec 2024 10:33:15 +0100 Subject: [PATCH] fix: update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 876854e5..a34b2360 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -71,5 +71,5 @@ jobs: uses: taiki-e/install-action@nextest - name: Run Reliability Tests - run: cargo nextest run --workspace --all-features --filter test(reliability) --verbose + run: cargo nextest run --workspace --all-features --filter test\(reliability\) --verbose