diff --git a/.github/workflows/rust-next.yml b/.github/workflows/rust-next.yml index 107b596..e3c5d5a 100644 --- a/.github/workflows/rust-next.yml +++ b/.github/workflows/rust-next.yml @@ -55,8 +55,8 @@ jobs: - name: Update dependencues run: cargo update - name: Default features - run: cargo test --workspace --all-targets + run: cargo test --workspace - name: All features - run: cargo test --workspace --all-targets --all-features + run: cargo test --workspace --all-features - name: No-default features - run: cargo test --workspace --all-targets --no-default-features + run: cargo test --workspace --no-default-features