diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-21 19:59:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-21 19:59:58 -0700 |
commit | c82dbcaaa89d99cbe482eeb2d8ffbce28201fd14 (patch) | |
tree | 019481f865b283833bbbf9cddb97af9b9717b9bb /.gitlab-ci.yml | |
parent | 45deea74f80d1e8deed6076f2a93d711d16a3a83 (diff) | |
download | grobid_tei_xml-c82dbcaaa89d99cbe482eeb2d8ffbce28201fd14.tar.gz grobid_tei_xml-c82dbcaaa89d99cbe482eeb2d8ffbce28201fd14.zip |
add examples to README, and test those examples in CI
These tests don't run as part of 'make test' by default because they do
live fetches against the internet.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ea0e58..9217767 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,5 +13,5 @@ variables: test_python: script: - make dep - - make test + - make test-readme - make lint |