mirror of
https://github.com/github/semantic.git
synced 2024-11-23 08:27:56 +03:00
Change directories after running semantic-source specific commands
This commit is contained in:
parent
f804c60dc8
commit
2ac1a9157b
@ -44,8 +44,8 @@ script:
|
||||
- cabal v2-run semantic:test
|
||||
- cabal v2-run semantic-core:test
|
||||
- cabal v2-run semantic-python:test
|
||||
- cd semantic-source; cabal v2-run semantic-source:test
|
||||
- cd semantic-source; cabal v2-run semantic-source:doctest
|
||||
- cd semantic-source; cabal v2-run semantic-source:test; cd ..
|
||||
- cd semantic-source; cabal v2-run semantic-source:doctest; cd ..
|
||||
# parse-examples is disabled because it slaughters our CI
|
||||
# - cabal v2-run semantic:parse-examples
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user