Decrease CI scratch disk space (#412)

* Decrease CI scratch disk space

* Daniel PR review
This commit is contained in:
Jakub Nabaglo
2021-12-30 18:22:35 -08:00
committed by GitHub
parent ea43053532
commit 8d093a8440
@@ -29,7 +29,8 @@ jobs:
command: test
args: --all
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -Cprefer-dynamic=y
CARGO_INCREMENTAL: 0
lints:
name: Formatting and Clippy