diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a82eb2..f6d0445 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: cargo check run: cargo check --all --all-features --tests - name: cargo test - run: cargo test + run: cargo test --no-default-features - name: cargo clippy run: cargo clippy --all --all-features --tests - name: cargo fmt