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:
|
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
|
||||||
|
|
Loading…
Reference in New Issue