We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfb381 commit 3357712Copy full SHA for 3357712
.travis.yml
@@ -45,7 +45,7 @@ script:
45
- |
46
if [ -z ${INTEGRATION} ]; then
47
cargo build
48
- cargo test
+ RUST_MIN_STACK=8388608 cargo test
49
else
50
./ci/integration.sh
51
fi
appveyor.yml
@@ -2,6 +2,7 @@
2
# and modified (mainly removal of deployment) to suit rustfmt.
3
4
environment:
5
+ RUST_MIN_STACK: 8388608
6
global:
7
PROJECT_NAME: rustfmt
8
matrix:
0 commit comments