From 1e86dc0026552dd36feb506b1139f2f91f34fae2 Mon Sep 17 00:00:00 2001 From: Blindspot22 Date: Mon, 16 Dec 2024 08:55:24 +0100 Subject: [PATCH] update CI.yml --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f29e481d..876854e5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -71,4 +71,5 @@ jobs: uses: taiki-e/install-action@nextest - name: Run Reliability Tests - run: cargo nextest run --workspace --all-features --filterset reliability --verbose + run: cargo nextest run --workspace --all-features --filter test(reliability) --verbose +