Skip to content

Commit

Permalink
fixup! ci: TRYBUILD=overwrite on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Dec 12, 2024
1 parent e462d24 commit fed16c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ jobs:
- name: Run cargo nextest on all targets
run: cargo nextest run --no-fail-fast --features python --features deploy --all-targets
env:
TRYBUILD: ${{ matrix.rust_release != 'pinned-nightly' && 'overwrite' || '' }}
# On stable the output messages will often not match pinned-nightly, so we set to 'overwrite'.
TRYBUILD: ${{ matrix.rust_release == 'pinned-nightly' && 'wip' || 'overwrite' }}

- name: Run doctests
run: cargo test --no-fail-fast --features python --features deploy --doc
Expand Down

0 comments on commit fed16c5

Please sign in to comment.