diff options
| author | pml68 <contact@pml68.dev> | 2025-09-02 19:59:43 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-02 19:59:43 +0200 |
| commit | 17dcf55805deffd63e905c5efe31b0eb45dd80cb (patch) | |
| tree | 1b99eff8585919c74a264d3e73c9f40912228648 | |
| parent | chore: update deps (diff) | |
| download | iced-builder-17dcf55805deffd63e905c5efe31b0eb45dd80cb.tar.gz | |
ci(test): remove `--ignore` flag
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
