From 17dcf55805deffd63e905c5efe31b0eb45dd80cb Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 2 Sep 2025 19:59:43 +0200 Subject: ci(test): remove `--ignore` flag --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1c3ea7..652babe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,4 @@ jobs: target/ key: ${{ runner.os }}-ci-${{ hashFiles('**/Cargo.lock') }} - name: Run tests - run: cargo test --verbose --workspace -- --ignored + run: cargo test --verbose --workspace -- cgit v1.2.3