You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only tricky thing we might want to do is make stack test only run the hspec tests, and not the doctest test suite. Or maybe the doctests can just be an executable that we build and run in CI
We should continue to run the doctests in CI but doctests should get flagged out of getting run by default by stack test unless explicitly asked for.
The text was updated successfully, but these errors were encountered:
per @parsonsmatt
We should continue to run the doctests in CI but doctests should get flagged out of getting run by default by
stack test
unless explicitly asked for.The text was updated successfully, but these errors were encountered: