Skip to content

Commit 61c9c94

Browse files
committed
ci: only run full miri in the merge queue
It's a valuable test to have, but it's quite a bit slower than everything else, and there's not much value in running it twice, for both the pull request and merge queue.
1 parent db43f19 commit 61c9c94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ jobs:
113113
- uses: taiki-e/install-action@v2
114114
with:
115115
tool: cargo-nextest
116+
if: github.event_name == 'merge_group'
116117
- run: cargo miri nextest run
118+
if: github.event_name == 'merge_group'
117119
- run: cargo miri test --doc
118120

119121
minimal-versions:

0 commit comments

Comments
 (0)