Skip to content

Commit

Permalink
disable tests in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
j-keck committed Sep 5, 2021
1 parent 74fb9c4 commit 987b655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ let
-X main.version=${version}
'';

# tests fails in GH actions - disable it
checkPhase = "";

installPhase = ''
mkdir -p $out
Expand Down

0 comments on commit 987b655

Please sign in to comment.