diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6976e98..a51cf66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,12 +32,12 @@ jobs: components: rustfmt - name: Run tests run: | - cargo check --no-default-features --features tokio - cargo check --no-default-features --features tokio,sparse - cargo check --no-default-features --features tokio,sparse,cache - cargo check --no-default-features --features async-std - cargo check --no-default-features --features async-std,sparse - cargo check --no-default-features --features async-std,sparse,cache + cargo check --all-targets --no-default-features --features tokio + cargo check --all-targets --no-default-features --features tokio,sparse + cargo check --all-targets --no-default-features --features tokio,sparse,cache + cargo check --all-targets --no-default-features --features async-std + cargo check --all-targets --no-default-features --features async-std,sparse + cargo check --all-targets --no-default-features --features async-std,sparse,cache cargo test --no-default-features --features js_interop_tests,tokio cargo test --no-default-features --features js_interop_tests,tokio,sparse cargo test --no-default-features --features js_interop_tests,tokio,sparse,cache @@ -57,12 +57,12 @@ jobs: components: rustfmt - name: Run tests run: | - cargo check --no-default-features --features tokio - cargo check --no-default-features --features tokio,sparse - cargo check --no-default-features --features tokio,sparse,cache - cargo check --no-default-features --features async-std - cargo check --no-default-features --features async-std,sparse - cargo check --no-default-features --features async-std,sparse,cache + cargo check --all-targets --no-default-features --features tokio + cargo check --all-targets --no-default-features --features tokio,sparse + cargo check --all-targets --no-default-features --features tokio,sparse,cache + cargo check --all-targets --no-default-features --features async-std + cargo check --all-targets --no-default-features --features async-std,sparse + cargo check --all-targets --no-default-features --features async-std,sparse,cache cargo test --no-default-features --features tokio cargo test --no-default-features --features tokio,sparse cargo test --no-default-features --features tokio,sparse,cache @@ -82,12 +82,12 @@ jobs: components: rustfmt - name: Run tests run: | - cargo check --no-default-features --features tokio - cargo check --no-default-features --features tokio,sparse - cargo check --no-default-features --features tokio,sparse,cache - cargo check --no-default-features --features async-std - cargo check --no-default-features --features async-std,sparse - cargo check --no-default-features --features async-std,sparse,cache + cargo check --all-targets --no-default-features --features tokio + cargo check --all-targets --no-default-features --features tokio,sparse + cargo check --all-targets --no-default-features --features tokio,sparse,cache + cargo check --all-targets --no-default-features --features async-std + cargo check --all-targets --no-default-features --features async-std,sparse + cargo check --all-targets --no-default-features --features async-std,sparse,cache cargo test --no-default-features --features js_interop_tests,tokio cargo test --no-default-features --features js_interop_tests,tokio,sparse cargo test --no-default-features --features js_interop_tests,tokio,sparse,cache