Skip to content

Commit 87e4933

Browse files
committed
Update the AppVeyor script
1 parent 0267bc7 commit 87e4933

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

appveyor.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ install:
4848
build: false
4949

5050
test_script:
51-
- set CFG_RELEASE_CHANNEL=nightly
52-
- set CFG_RELEASE=nightly
53-
- cargo build --verbose
54-
- cargo test
55-
- cargo test -- --ignored
56-
- cargo test --manifest-path rustfmt-core/Cargo.toml
57-
- cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored
51+
- cargo install cargo-make
52+
- cargo make build-bins
53+
- cargo test-all

0 commit comments

Comments
 (0)