From c85007c566bb9c04f0ce1518b99a2d4a018a2ae4 Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Tue, 22 Oct 2024 19:11:13 +0200 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 502b557..dd21474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ permissions: env: RUSTFLAGS: -Dwarnings + CARGO_TERM_COLOR: always jobs: pre_ci: @@ -32,6 +33,9 @@ jobs: with: toolchain: ${{matrix.rust}} components: rust-src + - uses: taiki-e/install-action@v2 + with: + tool: nextest - name: Enable type layout randomization run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV if: matrix.rust == 'nightly'