We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c94c0 commit c6d04ecCopy full SHA for c6d04ec
.github/workflows/clippy_bors.yml
@@ -143,6 +143,25 @@ jobs:
143
env:
144
OS: ${{ runner.os }}
145
146
+ metadata_collection:
147
+ needs: base
148
+ runs-on: ubuntu-latest
149
+
150
+ steps:
151
+ # Setup
152
+ - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
153
+ with:
154
+ github_token: "${{ secrets.github_token }}"
155
156
+ - name: Checkout
157
+ uses: actions/[email protected]
158
159
+ - name: Install toolchain
160
+ run: rustup show active-toolchain
161
162
+ - name: Test metadata collection
163
+ run: cargo collect-metadata
164
165
integration_build:
166
needs: changelog
167
runs-on: ubuntu-latest
0 commit comments