From 8fbad372a81b64e02f16052a03ae3a1e78f6767e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 4 Mar 2024 09:33:41 -0600 Subject: [PATCH] chore(ci): Ensure latest job passes --- .github/workflows/rust-next.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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