Skip to content

Commit

Permalink
Disable the self-test everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Jan 14, 2024
1 parent 288be74 commit a29790e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/Self.hs
Expand Up @@ -19,8 +19,8 @@ newtype GhcFlags = GhcFlags () deriving (Show,Typeable,Eq,Hashable,Binary,NFData
type instance RuleResult GhcPkg = [String]
type instance RuleResult GhcFlags = [String]

-- Doesn't work on the Windows CI for reasons I don't understand
main = testBuild (notWindowsCI . defaultTest) $ do
-- Doesn't work on CI, seems self-building under `cabal test` is just hard
main = testBuild (notCI . defaultTest) $ do
let moduleToFile ext xs = replace "." "/" xs <.> ext
want ["Main" <.> exe]

Expand Down

0 comments on commit a29790e

Please sign in to comment.