Skip to content

Commit 987b655

Browse files
committed
disable tests in GH actions
1 parent 74fb9c4 commit 987b655

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ let
106106
-X main.version=${version}
107107
'';
108108

109+
# tests fails in GH actions - disable it
110+
checkPhase = "";
111+
109112
installPhase = ''
110113
mkdir -p $out
111114

0 commit comments

Comments
 (0)