hangs on a verbose check on nix

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-07 21:10:44 -06:00
parent 5d11e75566
commit 17c767c43c

View File

@ -4,11 +4,14 @@ import HushGP.State
import HushGP.Instructions.IntInstructions
-- import HushGP.PushTests.GenericTests
import Control.Lens hiding (uncons)
import System.Environment
import Test.Tasty
import Test.Tasty.QuickCheck as QC
main :: IO ()
main = defaultMain intTests
main = do
setEnv "TASTY_QUICKCHECK_VERBOSE" "False"
defaultMain intTests
-- |Holds the tree for property and unit tests.
intTests :: TestTree