From ec04618a73b08d8f071b334f1ba09f07f05eff6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 23 Jun 2022 18:54:49 +0200 Subject: [PATCH] Use release builds for e2e tests --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b4f443..ea9a717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rust-version = "1.57" license = "GPL-3.0-only" [profile.e2e-tests] -inherits = "dev" +inherits = "release" [lib] name = "grm"