Skip to content

Commit 02056d6

Browse files
authored
chore: turn on overflow checks in CI rust tests (#7145)
1 parent b00facb commit 02056d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-rust-workspace-msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353

5454
- name: Build and archive tests
55-
run: cargo nextest archive --workspace --release --archive-file nextest-archive.tar.zst
55+
run: cargo nextest archive --workspace --archive-file nextest-archive.tar.zst
5656

5757
- name: Upload archive to workflow
5858
uses: actions/upload-artifact@v4

.github/workflows/test-rust-workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: Swatinem/rust-cache@v2
3131
with:
32-
key: x86_64-unknown-linux-gnu
32+
key: x86_64-unknown-linux-gnu-debug
3333
cache-on-failure: true
3434
save-if: ${{ github.event_name != 'merge_group' }}
3535

@@ -39,7 +39,7 @@ jobs:
3939
4040

4141
- name: Build and archive tests
42-
run: cargo nextest archive --workspace --release --archive-file nextest-archive.tar.zst
42+
run: cargo nextest archive --workspace --archive-file nextest-archive.tar.zst
4343

4444
- name: Upload archive to workflow
4545
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)