mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
Remove RUST_MIN_STACK declarations from CI scripts
This commit is contained in:
parent
968d30f5d8
commit
a7728d352c
@ -46,7 +46,7 @@ script:
|
||||
- |
|
||||
if [ -z ${INTEGRATION} ]; then
|
||||
cargo build
|
||||
RUST_MIN_STACK=8388608 cargo test
|
||||
cargo test
|
||||
else
|
||||
./ci/integration.sh
|
||||
fi
|
||||
|
@ -2,7 +2,6 @@
|
||||
# and modified (mainly removal of deployment) to suit rustfmt.
|
||||
|
||||
environment:
|
||||
RUST_MIN_STACK: 8388608
|
||||
global:
|
||||
PROJECT_NAME: rustfmt
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user