diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2b0225..66dd25f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: name: Run cargo test strategy: matrix: - cargo-args: ['--all-features', '--release -- --ignored'] + cargo-args: ['--workspace --release', '--release -- --ignored'] steps: - uses: actions/checkout@v4 - name: Test