Skip to content

Commit

Permalink
disable go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 25, 2020
1 parent d4871d2 commit 00c54f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ buildGoModule {
--prefix PATH ":" ${lib.makeBinPath [ nix ]}
'';

goPackagePath = "github.com/Mic92/nix-build-uncached";
# requires nix, which we do not have in the sandbox
doCheck = false;

shellHook = ''
unset GOROOT GOPATH
'';
goPackagePath = "github.com/Mic92/nix-build-uncached";
}

0 comments on commit 00c54f2

Please sign in to comment.