From 08117331859edeaa210b8349b1c0e1efd6d0e23c Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Tue, 22 Oct 2019 13:22:59 +0000 Subject: [PATCH] ci: run mypy without limitation --- ci/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ci/test.yml b/ci/test.yml index e764dc7bc0..98fd1655d4 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -106,10 +106,9 @@ core mypy test: dependencies: [] # no artifacts needed script: - cd core - - (pipenv run make mypy | tee /tmp/mypy-result) || true - - CNT=`wc -l < /tmp/mypy-result` - - echo $CNT - - (( $CNT != 0 )) && (( $CNT < 154 )) && exit 0 # currently hardcoded, will be fixed + - pipenv run mypy --version + - pipenv run make res # needed for clean mypy + - pipenv run make mypy # Crypto