Skip to content

Commit

Permalink
Disable test targets for Scanl modules
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jan 20, 2025
1 parent 294e06a commit 0ebf772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/Targets.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ targets =
, ("Data.Scanl",
[ "infinite_grp"
, "fold_parser_grp"
, "noTest"
]
)
, ("Data.Scanl.Window",
[ "infinite_grp"
, "fold_parser_grp"
, "noTest"
]
)
, ("Data.Serialize",
Expand Down

0 comments on commit 0ebf772

Please sign in to comment.