diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-18T12·27+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-10-18T12·31+0000 |
commit | 42d3c1a74811bbe20ec8dd10d92cc28739b7fdc5 (patch) | |
tree | be413e1071fbc40bf151a70ee67853870ee75046 /tvix/nix-compat/default.nix | |
parent | 05bca22121ad223fa44062391e0418b0975766db (diff) |
test(tvix/nix-compat/nar/writer/sync): add tests r/6857
Change-Id: I04c556e7b57f20dd33f71b0379e6104e1702a8ee Reviewed-on: https://cl.tvl.fyi/c/depot/+/9785 Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/nix-compat/default.nix')
-rw-r--r-- | tvix/nix-compat/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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" ]; } |