From 2e81ea97fb6a2605714204b7a378913b72aa08e6 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 25 Mar 2024 16:51:26 -0700 Subject: [PATCH] chore: simplify CI testing params --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e18825..0288989 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: rust: nightly - name: "Tests" cmd: nextest - args: run --workspace --all-features --features cacao --retries 3 + args: run --workspace --all-features rust: stable - name: "Documentation Tests" cmd: test