packages feed

hercules-ci-api-0.8.1.0: test/Main.hs

module Main where

import Protolude
import Spec qualified
import Test.Hspec.Runner

main :: IO ()
main = hspecWith config Spec.spec
  where
    config = defaultConfig {configColorMode = ColorAlways}