mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-06 12:03:38 +00:00
remove -x
This commit is contained in:
parent
a76ed709cb
commit
98a1298a93
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# which case only the linting, unit tests or integration tests will be run
|
# which case only the linting, unit tests or integration tests will be run
|
||||||
# respectively. If not specified or null all tests are run.
|
# respectively. If not specified or null all tests are run.
|
||||||
|
|
||||||
set -eux
|
set -eu
|
||||||
|
|
||||||
# Tune the GC to use more memory to reduce the number of garbage collections
|
# Tune the GC to use more memory to reduce the number of garbage collections
|
||||||
export GOGC=400
|
export GOGC=400
|
||||||
|
|
Loading…
Reference in a new issue