File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 62
62
- name : ' test ignored'
63
63
run : cargo test -- --ignored
64
64
shell : cmd
65
+ - name : ' test rustfmt-core'
66
+ run : cargo test --manifest-path rustfmt-core/Cargo.toml
67
+ shell : cmd
68
+ - name : ' test rustfmt-core ignored'
69
+ run : cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored
70
+ shell : cmd
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ matrix:
46
46
script :
47
47
- |
48
48
if [ -z ${INTEGRATION} ]; then
49
- cargo build && cargo test && cargo test -- --ignored
49
+ cargo build && cargo test && cargo test -- --ignored && cargo test --manifest-path rustfmt-core/Cargo.toml && cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored
50
50
else
51
51
./ci/integration.sh
52
52
fi
Original file line number Diff line number Diff line change @@ -51,3 +51,5 @@ test_script:
51
51
- cargo build --verbose
52
52
- cargo test
53
53
- cargo test -- --ignored
54
+ - cargo test --manifest-path rustfmt-core/Cargo.toml
55
+ - cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored
You can’t perform that action at this time.
0 commit comments