Skip to content

Commit b0182bb

Browse files
committed
Avoid running githash test on every commit
1 parent 6127a31 commit b0182bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ let
218218
coverage-no-libs = callTest ./coverage-no-libs {};
219219
snapshots = callTest ./snapshots {};
220220
sublib-docs = callTest ./sublib-docs { inherit util; };
221-
githash = haskell-nix.callPackage ./githash { inherit compiler-nix-name evalPackages; testSrc = testSrcWithGitDir; };
221+
githash = haskell-nix.callPackage ./githash { inherit compiler-nix-name evalPackages; };
222222
c-ffi = callTest ./c-ffi { inherit util; };
223223
th-dlls = callTest ./th-dlls { inherit util; };
224224
th-dlls-minimal = callTest ./th-dlls-minimal { inherit util; };

0 commit comments

Comments
 (0)