From 06bbd4f15418b8370e72270e86d4f676563e17a9 Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 22 Jan 2025 10:11:19 +0000 Subject: [PATCH] chore: turn on overflow checks in CI rust tests --- .github/workflows/test-rust-workspace-msrv.yml | 2 +- .github/workflows/test-rust-workspace.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-rust-workspace-msrv.yml b/.github/workflows/test-rust-workspace-msrv.yml index f4fbbf79d89..38bc3cba153 100644 --- a/.github/workflows/test-rust-workspace-msrv.yml +++ b/.github/workflows/test-rust-workspace-msrv.yml @@ -52,7 +52,7 @@ jobs: tool: nextest@0.9.67 - name: Build and archive tests - run: cargo nextest archive --workspace --release --archive-file nextest-archive.tar.zst + run: cargo nextest archive --workspace --archive-file nextest-archive.tar.zst - name: Upload archive to workflow uses: actions/upload-artifact@v4 diff --git a/.github/workflows/test-rust-workspace.yml b/.github/workflows/test-rust-workspace.yml index 5d8abbc3e55..e35a05fa6c3 100644 --- a/.github/workflows/test-rust-workspace.yml +++ b/.github/workflows/test-rust-workspace.yml @@ -39,7 +39,7 @@ jobs: tool: nextest@0.9.67 - name: Build and archive tests - run: cargo nextest archive --workspace --release --archive-file nextest-archive.tar.zst + run: cargo nextest archive --workspace --archive-file nextest-archive.tar.zst - name: Upload archive to workflow uses: actions/upload-artifact@v4