mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-08-24 22:21:47 +00:00
Decrease CI scratch disk space (#412)
* Decrease CI scratch disk space * Daniel PR review
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user