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; };