From 7b13e324a8dfea59f8cd1c82fbb3ea3571e64ef4 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 28 Jul 2023 02:25:06 -0500 Subject: [PATCH] Tests now run in release build --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5143ddf..a4f64b4 100644 --- a/flake.nix +++ b/flake.nix @@ -42,8 +42,6 @@ version = "0.1.0"; src = ./.; - # FIXME: Tests do not run in release mode - checkType = "debug"; cargoLock = { lockFile = ./Cargo.lock; };