diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bcf25aaf..0cc1e7d11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: - name: Build run: cargo build --verbose --workspace - name: Run tests - run: cargo test --verbose --workspace + run: cargo test --all-features --verbose --workspace - name: Check Formatting run: cargo fmt --all -- --check