Skip to content

Commit

Permalink
[mmzk] (test) Add 2014 Test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Jan 7, 2024
1 parent 0af39fb commit fb65a55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Spec.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE BlockArguments #-}

import qualified Year2014.Exam as Y2014
import qualified Year2015.Exam as Y2015
import qualified Year2016.Exam as Y2016
import qualified Year2017.DC as Y2017
Expand All @@ -11,6 +12,9 @@ import qualified Year2022.SC as Y2022

main :: IO ()
main = do
putStrLn "Year 2014 Tests: "
Y2014.tester
putStrLn "Year 2014 Tests Done!"
putStrLn "Year 2015 Tests: "
Y2015.tester
putStrLn "Year 2015 Tests Done!"
Expand Down

0 comments on commit fb65a55

Please sign in to comment.