mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-05 19:43:40 +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
|
||||
# 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
|
||||
export GOGC=400
|
||||
|
|
Loading…
Reference in a new issue