From d0c2b987a1ae16356c019bbf98fdd6ab9ade230d Mon Sep 17 00:00:00 2001 From: rjtch Date: Fri, 2 Feb 2024 10:28:55 +0100 Subject: [PATCH] ci: added missing package Signed-off-by: rjtch --- .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 3a4dcdc..0f1ed77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: install mise until mise-action is allowed uses: taiki-e/install-action@v2 with: - tool: mise + tool: mise, cargo-nextest - name: Rust Cache uses: actions/cache@v4 continue-on-error: false