julia: re-enable tests

This commit is contained in:
Thomas Tuegel 2015-09-18 11:31:05 -05:00
parent 5428096873
commit 2948e85526

View File

@ -143,8 +143,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# Test fail on i686 (julia version 0.3.10)
doCheck = !stdenv.isi686;
checkTarget = "testall";
meta = {