Skip to content

Commit

Permalink
Disable another self test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Jan 14, 2024
1 parent 3762723 commit 02f7e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Test/SelfMake.hs
Expand Up @@ -18,7 +18,8 @@ newtype GhcFlags = GhcFlags () deriving (Show,Typeable,Eq,Hashable,Binary,NFData
type instance RuleResult GhcPkg = [String]
type instance RuleResult GhcFlags = [String]

main = testBuild (notWindowsCI . defaultTest) $ do
-- Doesn't work on CI, seems self-building under `cabal test` is just hard
main = testBuild (notCI . defaultTest) $ do
want ["Main" <.> exe]

ghcPkg <- addOracleHash $ \GhcPkg{} -> do
Expand Down

0 comments on commit 02f7e78

Please sign in to comment.