File tree 3 files changed +15
-18
lines changed
3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 37
37
run : |
38
38
rustc -Vv
39
39
cargo -V
40
- cargo build
40
+ cargo build --manifest-path rustfmt-core/Cargo.toml --workspace
41
+
41
42
- 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 32
32
run : |
33
33
rustc -Vv
34
34
cargo -V
35
- cargo build
35
+ cargo build --manifest-path rustfmt-core/Cargo.toml --workspace
36
+
36
37
- 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:
77
77
run : |
78
78
rustc -Vv
79
79
cargo -V
80
- cargo build
80
+ cargo build --manifest-path rustfmt-core/Cargo.toml --workspace
81
81
shell : cmd
82
+
82
83
- 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
90
85
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
93
88
shell : cmd
You can’t perform that action at this time.
0 commit comments