tests again
build / build (push) Successful in 1m0s

This commit is contained in:
2026-07-19 03:11:59 -06:00
parent 8120e21eae
commit 33fb0f831c
5 changed files with 63 additions and 75 deletions
+2
View File
@@ -4,6 +4,7 @@ import Test.Tasty (TestTree, testGroup)
import Test.Tasty.Silver.Interactive (defaultMain)
import qualified Gyehoek.Test.Golden
import Data.List (List)
import qualified Gyehoek.Test.Sexp
main :: IO ()
@@ -12,5 +13,6 @@ main = defaultMain =<< root
root :: IO TestTree
root = testGroup "test" <$> sequenceA
[ Gyehoek.Test.Golden.root
, Gyehoek.Test.Sexp.root
]