From 42d3c1a74811bbe20ec8dd10d92cc28739b7fdc5 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 18 Oct 2023 13:27:41 +0100 Subject: test(tvix/nix-compat/nar/writer/sync): add tests Change-Id: I04c556e7b57f20dd33f71b0379e6104e1702a8ee Reviewed-on: https://cl.tvl.fyi/c/depot/+/9785 Reviewed-by: Connor Brewster Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/nix-compat/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/nix-compat/default.nix') diff --git a/tvix/nix-compat/default.nix b/tvix/nix-compat/default.nix index 7f51438eb70d..d6169f1339cf 100644 --- a/tvix/nix-compat/default.nix +++ b/tvix/nix-compat/default.nix @@ -2,4 +2,6 @@ depot.tvix.crates.workspaceMembers.nix-compat.build.override { runTests = true; + # make sure we also enable async here, so run the tests behind that feature flag. + features = [ "default" "async" ]; } -- cgit 1.4.1