Disable multithreaded tests on appveyor

This commit is contained in:
Douman 2018-12-10 17:40:51 +03:00
parent ac9fc662c6
commit 91409fd873
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
environment: environment:
global: global:
PROJECT_NAME: actix-web PROJECT_NAME: actix-web
RUST_TEST_THREADS: 1
matrix: matrix:
# Stable channel # Stable channel
- TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-msvc