sandwich/sandwich-contexts-docker/test/Main.hs

12 lines
161 B
Haskell
Raw Permalink Normal View History

module Main where
import Relude
import qualified Spec
import Test.Sandwich
main :: IO ()
main = runSandwichWithCommandLineArgs defaultOptions $
Spec.tests