Commit dbb484f5 authored by Thomas Tuegel's avatar Thomas Tuegel
Browse files

julia03: re-enable tests

(cherry picked from 32b9ac51)
parent 7e36b26c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -129,7 +129,8 @@ stdenv.mkDerivation rec {

  enableParallelBuilding = true;

  doCheck = true;
  # Test fail on i686 (julia version 0.3.10)
  doCheck = !stdenv.isi686;
  checkTarget = "testall";

  meta = {