Skip to content

Commit c36a508

Browse files
committed
Auto merge of #8988 - xFrednet:8947-test-monster-in-bors-ci, r=<try>
[WIP] Test metadata collection in Bors CI workflow This PR adds a new check to bors CI workflows, which ensures that the metadata collection success, when it's run as part of the `deploy` script. I've only added it to bors workflows, as the runtime will be high while it'll also succeed most of the time. This is a preparation for #8947. --- changelog: none r? `@ghost`
2 parents b3c94c0 + 73396cc commit c36a508

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/clippy_bors.yml

+4
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ jobs:
143143
env:
144144
OS: ${{ runner.os }}
145145

146+
- name: Test metadata collection
147+
if: runner.os == 'Linux'
148+
run: cargo metadata-collection
149+
146150
integration_build:
147151
needs: changelog
148152
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)