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

Commit ce03305

Browse files
committed
Disabled some tests on appveyor for now.
1 parent 749d206 commit ce03305

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export RUST_BACKTRACE=full
88
cargo build
99
cargo test --verbose -- --nocapture
1010

11+
# avoid weird cygwin issues for now
12+
if [ -n "$APPVEYOR" ]; then
13+
exit 0
14+
fi
15+
1116
case "${TRAVIS_OS_NAME}" in
1217
*"linux"*)
1318
TEST_TARGET=x86_64-unknown-linux-gnu cargo test --verbose -- --nocapture

0 commit comments

Comments
 (0)