mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
Decrease CI scratch disk space (#412)
* Decrease CI scratch disk space * Daniel PR review
This commit is contained in:
parent
ea43053532
commit
8d093a8440
@ -29,7 +29,8 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
args: --all
|
args: --all
|
||||||
env:
|
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:
|
lints:
|
||||||
name: Formatting and Clippy
|
name: Formatting and Clippy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user