File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 rustc -Vv
3939 cargo -V
40- cargo build
40+ cargo build --manifest-path rustfmt-core/Cargo.toml --workspace
41+
4142 - name : test
42- run : cargo test
43- - name : ' test ignored'
44- run : cargo test -- --ignored
43+ run : cargo test-all
44+ - name : test ignored
45+ run : cargo test-all -- --ignored
Original file line number Diff line number Diff line change 3232 run : |
3333 rustc -Vv
3434 cargo -V
35- cargo build
35+ cargo build --manifest-path rustfmt-core/Cargo.toml --workspace
36+
3637 - name : test
37- run : cargo test
38- - name : ' test ignored'
39- run : cargo test -- --ignored
38+ run : cargo test-all
39+ - name : test ignored
40+ run : cargo test-all -- --ignored
Original file line number Diff line number Diff line change @@ -77,17 +77,12 @@ jobs:
7777 run : |
7878 rustc -Vv
7979 cargo -V
80- cargo build
80+ cargo build --manifest-path rustfmt-core/Cargo.toml --workspace
8181 shell : cmd
82+
8283 - name : test
83- run : cargo test
84- shell : cmd
85- - name : ' test ignored'
86- run : cargo test -- --ignored
87- shell : cmd
88- - name : ' test rustfmt-core'
89- run : cargo test --manifest-path rustfmt-core/Cargo.toml
84+ run : cargo test-all
9085 shell : cmd
91- - name : ' test rustfmt-core ignored'
92- run : cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored
86+ - name : test ignored
87+ run : cargo test-all -- --ignored
9388 shell : cmd
You can’t perform that action at this time.
0 commit comments