diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b61b2..4a0bbed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: taiki-e/install-action@nextest - uses: Swatinem/rust-cache@v2 - name: Run cargo test - run: cargo nextest run --all-targets --all-features + run: cargo nextest run --all-targets lint: runs-on: ubuntu-latest