Fix formatting

This commit is contained in:
MSxDOS
2020-10-23 14:12:18 +03:00
parent e26f3b0862
commit e3f1487e03
+4 -4
View File
@@ -24,15 +24,15 @@ install:
- rustc -vV
- cargo -vV
- if defined aarch64 (
rustup target add aarch64-pc-windows-msvc
rustup target add aarch64-pc-windows-msvc
)
build_script:
- if "%channel%"=="nightly" (
cargo test --verbose --color always --features "func-types impl-default nightly user"
cargo test --verbose --color always --features "func-types impl-default nightly user"
) else (
cargo test --verbose --color always --features "func-types impl-default user"
cargo test --verbose --color always --features "func-types impl-default user"
)
- if defined aarch64 (
cargo test --verbose --color always --features "func-types impl-default nightly user" --target aarch64-pc-windows-msvc --no-run
cargo test --verbose --color always --features "func-types impl-default nightly user" --target aarch64-pc-windows-msvc --no-run
)