From e3637136d134dd8cd5c38af76fe69fa5cb11a297 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 19 Oct 2022 20:30:38 +0200 Subject: test(tvix/eval): enable nix_tests by default Since cl/7036 we have a mechanism for dealing with the nix_tests we do not pass yet. Change-Id: I246c52963ae7f2500253f4035a77d7006dd35307 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7049 Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/eval/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/eval/Cargo.toml') diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 88473c692e..1667aa46eb 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -42,7 +42,7 @@ itertools = "0.10.3" tempdir = "0.3.7" [features] -default = [ "repl", "impure", "arbitrary" ] +default = [ "repl", "impure", "arbitrary", "nix_tests" ] # Enables running the Nix language test suite from the original C++ # Nix implementation (at version 2.3) against Tvix. -- cgit 1.4.1