Test metadata collection in Bors CI workflow
This commit is contained in:
parent
b3c94c0828
commit
c6d04ec20b
19
.github/workflows/clippy_bors.yml
vendored
19
.github/workflows/clippy_bors.yml
vendored
@ -143,6 +143,25 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OS: ${{ runner.os }}
|
OS: ${{ runner.os }}
|
||||||
|
|
||||||
|
metadata_collection:
|
||||||
|
needs: base
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# Setup
|
||||||
|
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
|
||||||
|
with:
|
||||||
|
github_token: "${{ secrets.github_token }}"
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3.0.2
|
||||||
|
|
||||||
|
- name: Install toolchain
|
||||||
|
run: rustup show active-toolchain
|
||||||
|
|
||||||
|
- name: Test metadata collection
|
||||||
|
run: cargo collect-metadata
|
||||||
|
|
||||||
integration_build:
|
integration_build:
|
||||||
needs: changelog
|
needs: changelog
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user