]> git.lizzy.rs Git - rust.git/commitdiff
Added the `metadata-collector-lint` feature to the CI
authorxFrednet <xFrednet@gmail.com>
Mon, 2 Aug 2021 15:55:21 +0000 (17:55 +0200)
committerxFrednet <xFrednet@gmail.com>
Mon, 2 Aug 2021 15:56:15 +0000 (17:56 +0200)
.github/workflows/clippy.yml
.github/workflows/clippy_bors.yml

index d856c55a41a4b8768b246009e43785a0b21ef6ca..0339de77f3cecf4e3ebad3e91b302398a5da368f 100644 (file)
@@ -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
index 146b6fccd0c76e94962ca9260732ce849a535ee0..1f4d666c7a92c1f6761c2288a280c71ad586f2c3 100644 (file)
@@ -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