1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Run the doctests in CI.

This commit is contained in:
Rob Rix 2019-06-25 14:28:40 -04:00
parent ffdefb05e9
commit 324e605c3c
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -37,6 +37,7 @@ script:
- cabal new-build
- cabal new-run semantic:test
- cabal new-run semantic-core:spec
- cabal new-run semantic-core:doctest
# parse-examples is disabled because it slaughters our CI
# - cabal new-run semantic:parse-examples