Skip to content

Commit 1368cb3

Browse files
committed
Revert "Test workspace at once"
This reverts commit e355652.
1 parent d5223be commit 1368cb3

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.github/workflows/clippy.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,16 @@ jobs:
5353
- name: Test "--fix -Zunstable-options"
5454
run: cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
5555

56-
- name: Test Workspace
57-
run: cargo test --all --features deny-warnings,internal-lints
56+
- name: Test
57+
run: cargo test --features deny-warnings,internal-lints
58+
59+
- name: Test clippy_lints
60+
run: cargo test --features deny-warnings,internal-lints
61+
working-directory: clippy_lints
62+
63+
- name: Test rustc_tools_util
64+
run: cargo test --features deny-warnings
65+
working-directory: rustc_tools_util
5866

5967
- name: Test clippy_dev
6068
run: cargo test --features deny-warnings

.github/workflows/clippy_bors.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,16 @@ jobs:
112112
- name: Build
113113
run: cargo build --features deny-warnings,internal-lints
114114

115-
- name: Test Workspace
116-
run: cargo test --all --features deny-warnings,internal-lints
115+
- name: Test
116+
run: cargo test --features deny-warnings,internal-lints
117+
118+
- name: Test clippy_lints
119+
run: cargo test --features deny-warnings,internal-lints
120+
working-directory: clippy_lints
121+
122+
- name: Test rustc_tools_util
123+
run: cargo test --features deny-warnings
124+
working-directory: rustc_tools_util
117125

118126
- name: Test clippy_dev
119127
run: cargo test --features deny-warnings

0 commit comments

Comments
 (0)