1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Try running tests for semantic-source within its dir

This commit is contained in:
Rick Winfrey 2019-10-29 12:34:56 -07:00
parent 21d5a4db38
commit c4900f92d4

View File

@ -44,8 +44,8 @@ script:
- cabal v2-run semantic:test - cabal v2-run semantic:test
- cabal v2-run semantic-core:test - cabal v2-run semantic-core:test
- cabal v2-run semantic-python:test - cabal v2-run semantic-python:test
- cabal v2-run semantic-source:test - cd semantic-source; cabal v2-run semantic-source:test
- cabal v2-run semantic-source:doctest - cd semantic-source; cabal v2-run semantic-source:doctest
# parse-examples is disabled because it slaughters our CI # parse-examples is disabled because it slaughters our CI
# - cabal v2-run semantic:parse-examples # - cabal v2-run semantic:parse-examples