diff --git a/.github/workflows/tests-and-lints-template.yaml b/.github/workflows/tests-and-lints-template.yaml index 3a6985f..e39c451 100644 --- a/.github/workflows/tests-and-lints-template.yaml +++ b/.github/workflows/tests-and-lints-template.yaml @@ -70,7 +70,7 @@ jobs: uses: taiki-e/install-action@nextest - name: Test - run: cargo nextest run --workspace --lib --all-targets --all-features && cargo test --doc + run: cargo nextest run --workspace --lib --all-targets && cargo test --doc lint: name: Code Lint