From b0d46cb4c3a9922aba78cdc5cf70525d2ff21d84 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Jan 2019 14:33:15 -0800 Subject: run basic CLI tests in CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0a67fa8..6f90a20e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,10 @@ unified_test: - cargo test -- --test-threads 1 - cargo run --bin fatcatd & - cd ../python + - cp env.example .env - pipenv install --dev --deploy - pipenv run pytest --cov + - pipenv run ./tests/cli.sh # Just errors - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web -- cgit v1.2.3