ci/nix: use a "test"
cargo profile
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
04971d0430
commit
fb8a2846df
6 changed files with 40 additions and 5 deletions
|
@ -657,7 +657,16 @@ opt-level = 'z'
|
|||
# '-Clink-arg=-Wl,-z,nodelete',
|
||||
#]
|
||||
|
||||
# primarily used for CI
|
||||
[profile.test]
|
||||
inherits = "dev"
|
||||
codegen-units = 16
|
||||
incremental = false
|
||||
|
||||
[profile.test.package.'*']
|
||||
inherits = "dev"
|
||||
debug = 0
|
||||
codegen-units = 16
|
||||
incremental = false
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue