Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Oct 22, 2024
1 parent 5a67cc2 commit c85007c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

env:
RUSTFLAGS: -Dwarnings
CARGO_TERM_COLOR: always

jobs:
pre_ci:
Expand All @@ -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'
Expand Down

0 comments on commit c85007c

Please sign in to comment.