mirror of
https://github.com/MSxDOS/ntapi
synced 2026-06-08 11:37:18 +00:00
Fix formatting
This commit is contained in:
+4
-4
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user