From 80d4c8d11b1fea56499eeb0ec57de238aa9c291d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 18 Feb 2023 17:35:11 -0800 Subject: [PATCH] Retitle the randomize-layout CI step --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc8da57..3ade484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: with: toolchain: ${{matrix.rust}} components: rust-src - - run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV + - name: Enable type layout randomization + run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV if: matrix.rust == 'nightly' - run: cargo test - run: cargo check --no-default-features