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 6e7197cCopy full SHA for 6e7197c
.github/workflows/clippy.yml
@@ -74,3 +74,7 @@ jobs:
74
run: bash .github/driver.sh
75
env:
76
OS: ${{ runner.os }}
77
+
78
+ - name: Test metadata collection
79
+ if: runner.os == 'Linux'
80
+ run: cargo metadata-collection
.github/workflows/clippy_bors.yml
@@ -143,6 +143,10 @@ jobs:
143
144
145
146
147
148
149
150
integration_build:
151
needs: changelog
152
runs-on: ubuntu-latest
0 commit comments