Skip to content

Commit ba69cf0

Browse files
committed
chore(appveyor): cut unneeded build and test steps
1 parent 2325036 commit ba69cf0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ test_script:
2929
# we don't run the "test phase" when doing deploys
3030
- if [%APPVEYOR_REPO_TAG%]==[false] (
3131
cargo build --target %TARGET% &&
32-
cargo build --target %TARGET% --release &&
33-
cargo test --target %TARGET% &&
34-
cargo test --target %TARGET% --release &&
35-
cargo run --target %TARGET% &&
36-
cargo run --target %TARGET% --release
32+
cargo test --target %TARGET%
3733
)
3834

3935
before_deploy:

0 commit comments

Comments
 (0)