aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 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;
};