Appveyor: Only run cargo test on x86_64

Many parts of the `x86_64` library are not available on 32-bit x86 and
we currently don't do much target dependent conditional compilation in
blog_os since we only support a single architecture at the moment.
This commit is contained in:
Philipp Oppermann
2018-10-26 16:28:56 +02:00
parent b1c8df2a7f
commit d802763867

View File

@@ -91,5 +91,6 @@ before_test:
# environment variable.
test_script:
- bootimage build
- cargo test
- if %target%==x86_64-pc-windows-gnu cargo test
- if %target%==x86_64-pc-windows-msvc cargo test
- bootimage test