diff options
| author | Alex Macleod <alex@macleod.io> | 2024-08-05 14:08:04 +0000 |
|---|---|---|
| committer | Alex Macleod <alex@macleod.io> | 2024-08-12 20:24:46 +0000 |
| commit | 182cd5f2785ae77f3a05cf75ee301ed8850c8d0a (patch) | |
| tree | 29162880d225a6b9afed03ce405bb10844f9d39d /.github/workflows | |
| parent | 88271075267a3d7172f07777cc8c3d5a6ba2f7a2 (diff) | |
| download | rust-182cd5f2785ae77f3a05cf75ee301ed8850c8d0a.tar.gz rust-182cd5f2785ae77f3a05cf75ee301ed8850c8d0a.zip | |
Replace the metadata collector with tests
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 10e18e84c89..2aa13313fa5 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -136,11 +136,6 @@ jobs: - name: Test metadata collection run: cargo collect-metadata - - name: Test lint_configuration.md is up-to-date - run: | - echo "run \`cargo collect-metadata\` if this fails" - git update-index --refresh - integration_build: needs: changelog runs-on: ubuntu-latest |
