diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-02-16 10:39:24 -0600 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2021-02-16 10:50:43 -0600 |
| commit | e355652fec704f307b50d42fb6a08172dc1e08bf (patch) | |
| tree | 723a4864d3bb55a7e3bae7da7cdaa9507189ee32 | |
| parent | 9bcb257985d5a16355bdd62998935f16d09b42e2 (diff) | |
| download | rust-e355652fec704f307b50d42fb6a08172dc1e08bf.tar.gz rust-e355652fec704f307b50d42fb6a08172dc1e08bf.zip | |
Test workspace at once
| -rw-r--r-- | .github/workflows/clippy.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 12 |
2 files changed, 4 insertions, 20 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 9d5e12aac5f..f6ac936df4d 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -53,16 +53,8 @@ jobs: - name: Test "--fix -Zunstable-options" run: cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options - - name: Test - run: cargo test --features deny-warnings,internal-lints - - - name: Test clippy_lints - run: cargo test --features deny-warnings,internal-lints - working-directory: clippy_lints - - - name: Test rustc_tools_util - run: cargo test --features deny-warnings - working-directory: rustc_tools_util + - name: Test Workspace + run: cargo test --all --features deny-warnings,internal-lints - name: Test clippy_dev run: cargo test --features deny-warnings diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 5d846eb64c7..9d24b0293c4 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -112,16 +112,8 @@ jobs: - name: Build run: cargo build --features deny-warnings,internal-lints - - name: Test - run: cargo test --features deny-warnings,internal-lints - - - name: Test clippy_lints - run: cargo test --features deny-warnings,internal-lints - working-directory: clippy_lints - - - name: Test rustc_tools_util - run: cargo test --features deny-warnings - working-directory: rustc_tools_util + - name: Test Workspace + run: cargo test --all --features deny-warnings,internal-lints - name: Test clippy_dev run: cargo test --features deny-warnings |
