diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2262ab2..21790b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - job_args: [crates/core, crates/widgets, .] + job_args: [crates/core, .] steps: - uses: actions/checkout@v3 - name: Test ${{ matrix.job_args }}