diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6784487..6863cee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,5 +70,8 @@ jobs: - name: Run tests default features run: cargo test + - name: Run tests all features + run: cargo test --all-features + - name: Run tests no features run: cargo test --no-default-features