From 731eda5cfe8c85c2318ceb2f017304514777ffda Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Tue, 1 Oct 2024 21:15:41 +0200 Subject: [PATCH] Run tests with Debug assertions --- .github/workflows/rust-checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust-checks.yaml b/.github/workflows/rust-checks.yaml index b20b70eaf0..bf40f326b1 100644 --- a/.github/workflows/rust-checks.yaml +++ b/.github/workflows/rust-checks.yaml @@ -79,6 +79,8 @@ jobs: matrix: os: [ubuntu-latest] toolchain: [stable] + env: + RUSTFLAGS: "-Cdebug-assertions=y" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4