summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-02 19:59:43 +0200
committerpml68 <contact@pml68.dev>2025-09-02 19:59:43 +0200
commit17dcf55805deffd63e905c5efe31b0eb45dd80cb (patch)
tree1b99eff8585919c74a264d3e73c9f40912228648
parentchore: update deps (diff)
downloadiced-builder-17dcf55805deffd63e905c5efe31b0eb45dd80cb.tar.gz
ci(test): remove `--ignore` flag
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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