From ed1ff61e44f35ea48739e696ac54a686fefa82ba Mon Sep 17 00:00:00 2001 From: zancas Date: Sat, 7 Sep 2024 18:52:43 -0600 Subject: [PATCH] set nextest version in CI --- .github/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4e7ff0383..e8f1dd4e5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,10 @@ jobs: toolchain: stable - name: Install nextest - uses: taiki-e/install-action@nextest + uses: taiki-e/install-action@v2 + with: + tool: nextest + version: 0.9.78 - name: Install protoc run: sudo apt-get install protobuf-compiler