Skip to content

Commit 6e7197c

Browse files
committed
Test metadata collection in Bors CI workflow
1 parent b3c94c0 commit 6e7197c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/clippy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ jobs:
7474
run: bash .github/driver.sh
7575
env:
7676
OS: ${{ runner.os }}
77+
78+
- name: Test metadata collection
79+
if: runner.os == 'Linux'
80+
run: cargo metadata-collection

.github/workflows/clippy_bors.yml

Lines changed: 4 additions & 0 deletions
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)