ci/nix: use a "test" cargo profile
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
let
|
||||
main' = main.override {
|
||||
profile = "dev";
|
||||
profile = "test";
|
||||
all_features = true;
|
||||
disable_release_max_log_level = true;
|
||||
disable_features = [
|
||||
|
||||
Reference in New Issue
Block a user