Skip to content

Commit 0d9d6e0

Browse files
committed
Clamp appveyor jobs to 1
We must run tests sequentially as most integration tests depend on the functino app state, which would get mangled with multiple test jobs being run in parallel.
1 parent 0b3d9a3 commit 0d9d6e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ environment:
1818
- PYTHON_VERSION: 3.6
1919
- PYTHON_VERSION: 3.7
2020

21+
# We must run tests sequentially as most integration tests
22+
# depend on the functino app state, which would get mangled
23+
# with multiple test jobs being run in parallel.
24+
max_jobs: 1
25+
2126
for:
2227
-
2328
matrix:

0 commit comments

Comments
 (0)