From: Jonathan Neuschäfer Date: Wed, 11 Aug 2021 07:46:11 +0000 (+0200) Subject: GitLab-CI: Only run tests in src/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbd189524f6d4ed727227c917575c5774a281668;p=soc.git GitLab-CI: Only run tests in src/ Specifically, the tests in unused_please_ignore_completely/ should not be run. Some of them would fail, but it doesn't matter. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f359a06..f453e172 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,4 +119,4 @@ build: - popd - python setup.py develop - - nosetests -v --processes=-1 --process-timeout=120 + - nosetests -v --processes=-1 --process-timeout=120 -w src/