mirror of https://github.com/fafhrd91/actix-web
Disable multithreaded tests on appveyor
This commit is contained in:
parent
ac9fc662c6
commit
91409fd873
|
@ -1,6 +1,7 @@
|
|||
environment:
|
||||
global:
|
||||
PROJECT_NAME: actix-web
|
||||
RUST_TEST_THREADS: 1
|
||||
matrix:
|
||||
# Stable channel
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
|
|
Loading…
Reference in New Issue