Use check instead of build in the CI
This commit is contained in:
@@ -24,8 +24,8 @@ install:
|
||||
|
||||
test_script:
|
||||
- if [%APPVEYOR_REPO_TAG%]==[false] (
|
||||
cargo build --target %TARGET% &&
|
||||
cargo build --target %TARGET% --release
|
||||
cargo check --target %TARGET% &&
|
||||
cargo check --target %TARGET% --release
|
||||
)
|
||||
|
||||
before_deploy:
|
||||
|
||||
Reference in New Issue
Block a user