Skip to content

Commit e705fcf

Browse files
committed
build(nix): exclude wit-bindgen-wrpc-go tests
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 928ebeb commit e705fcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
clippy.workspace = true;
7878

7979
test.allTargets = true;
80+
test.excludes = [
81+
"wit-bindgen-wrpc-go" # TODO: Reenable once complete
82+
];
8083
test.workspace = true;
8184

8285
buildOverrides = {

0 commit comments

Comments
 (0)