about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxFrednet <xFrednet@gmail.com>2021-08-02 17:55:21 +0200
committerxFrednet <xFrednet@gmail.com>2021-08-02 17:56:15 +0200
commit51f94ad922e7f7b1ccd7817ca762f537c866275f (patch)
tree368e35d6acaede3c6afefb130bea5e1550df7477
parentb7d80e7d65d40eb1901d1e1c342854db91e263be (diff)
downloadrust-51f94ad922e7f7b1ccd7817ca762f537c866275f.tar.gz
rust-51f94ad922e7f7b1ccd7817ca762f537c866275f.zip
Added the `metadata-collector-lint` feature to the CI
-rw-r--r--.github/workflows/clippy.yml6
-rw-r--r--.github/workflows/clippy_bors.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml
index d856c55a41a..0339de77f3c 100644
--- a/.github/workflows/clippy.yml
+++ b/.github/workflows/clippy.yml
@@ -49,13 +49,13 @@ jobs:
         echo "LD_LIBRARY_PATH=${SYSROOT}/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" >> $GITHUB_ENV
 
     - name: Build
-      run: cargo build --features deny-warnings,internal-lints
+      run: cargo build --features deny-warnings,internal-lints,metadata-collector-lint
 
     - name: Test
-      run: cargo test --features deny-warnings,internal-lints
+      run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
 
     - name: Test clippy_lints
-      run: cargo test --features deny-warnings,internal-lints
+      run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
       working-directory: clippy_lints
 
     - name: Test rustc_tools_util
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml
index 146b6fccd0c..1f4d666c7a9 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -112,13 +112,13 @@ jobs:
         echo "$SYSROOT/bin" >> $GITHUB_PATH
 
     - name: Build
-      run: cargo build --features deny-warnings,internal-lints
+      run: cargo build --features deny-warnings,internal-lints,metadata-collector-lint
 
     - name: Test
-      run: cargo test --features deny-warnings,internal-lints
+      run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
 
     - name: Test clippy_lints
-      run: cargo test --features deny-warnings,internal-lints
+      run: cargo test --features deny-warnings,internal-lints,metadata-collector-lint
       working-directory: clippy_lints
 
     - name: Test rustc_tools_util