Skip to content

Commit d2f8e46

Browse files
committed
update devenv GOFLAGS
1 parent 34cf33a commit d2f8e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
++ (with self.packages.${system}; [ libchdb ]);
8686

8787
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
88-
GOFLAGS = "-tags=chdb";
88+
GOFLAGS = "-tags=chdb,test";
8989
GOEXPERIMENT = "jsonv2";
9090
};
9191
};

0 commit comments

Comments
 (0)