diff --git a/app/Main.hs b/app/Main.hs index 8087bc9..4f3cb37 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -18,8 +18,9 @@ import Text.Megaparsec.Char.Lexer qualified as Lex main :: IO () main = - defaultMain . localOption (Always :: UseColor) $ - testGroup + defaultMain + . localOption (Always :: UseColor) + $ testGroup "tests" [ puzzleTest puzzle1 ]