Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3357712

Browse files
committed
Increase stack size on ci
This is required for tests/target/issue-3465.rs.
1 parent abfb381 commit 3357712

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ script:
4545
- |
4646
if [ -z ${INTEGRATION} ]; then
4747
cargo build
48-
cargo test
48+
RUST_MIN_STACK=8388608 cargo test
4949
else
5050
./ci/integration.sh
5151
fi

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# and modified (mainly removal of deployment) to suit rustfmt.
33

44
environment:
5+
RUST_MIN_STACK: 8388608
56
global:
67
PROJECT_NAME: rustfmt
78
matrix:

0 commit comments

Comments
 (0)