From 61d4c8734a152db26a4f8a58622569ef998d12a5 Mon Sep 17 00:00:00 2001 From: Tim B <79199034+timbrinded@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:03:26 +0000 Subject: [PATCH] switch to nextest --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c04c9034..7cbb9925c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -398,8 +398,10 @@ jobs: run: rustup show - name: Install Protoc uses: arduino/setup-protoc@v3 + - name: Install nextest + uses: taiki-e/install-action@nextest - name: Unit tests - run: cargo test --release --all + run: cargo nextest run - name: Run sccache stat for check pre test run: ${SCCACHE_PATH} --show-stats