This reverts commit 44161874ff
.
This commit is contained in:
parent
44161874ff
commit
f7dae48c17
@ -119,13 +119,8 @@ name = "parity"
|
|||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
|
|
||||||
[profile.test]
|
|
||||||
lto = false
|
|
||||||
opt-level = 3 # makes tests slower to compile, but faster to run
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = false
|
debug = false
|
||||||
lto = true
|
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
# This should only list projects that are not
|
# This should only list projects that are not
|
||||||
|
@ -6,7 +6,7 @@ set -e # fail on any error
|
|||||||
set -u # treat unset variables as error
|
set -u # treat unset variables as error
|
||||||
|
|
||||||
FEATURES="json-tests,ci-skip-tests"
|
FEATURES="json-tests,ci-skip-tests"
|
||||||
OPTIONS=""
|
OPTIONS="--release"
|
||||||
#use nproc `linux only
|
#use nproc `linux only
|
||||||
THREADS=$(nproc)
|
THREADS=$(nproc)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user