2023-01-31 12:18:03 +01:00
|
|
|
{ depot, ... }:
|
|
|
|
|
|
|
|
depot.tvix.crates.workspaceMembers.nix-compat.build.override {
|
|
|
|
runTests = true;
|
2023-10-18 14:27:41 +02:00
|
|
|
# make sure we also enable async here, so run the tests behind that feature flag.
|
2024-04-10 13:54:11 +02:00
|
|
|
features = [ "default" "async" "wire" ];
|
2023-01-31 12:18:03 +01:00
|
|
|
}
|