Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 550aae2

Browse files
committed
Add x86_64-pc-windows-msvc target on CI
1 parent d9186ed commit 550aae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ case "${TRAVIS_OS_NAME}" in
2020
TEST_TARGET=x86_64-unknown-linux-gnu cargo test --verbose -- --nocapture
2121
;;
2222
*"windows"*)
23+
rustup target add x86_64-pc-windows-msvc
2324
TEST_TARGET=x86_64-pc-windows-msvc cargo test --verbose -- --nocapture
2425
;;
2526
*"macos"*)

0 commit comments

Comments
 (0)