Skip to content

Commit 73396cc

Browse files
committed
Test metadata collection in Bors CI workflow
1 parent b3c94c0 commit 73396cc

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)