projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b4aa9
)
GitLab-CI: Only run tests in src/
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Wed, 11 Aug 2021 07:46:11 +0000
(09:46 +0200)
committer
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Wed, 11 Aug 2021 07:46:16 +0000
(09:46 +0200)
Specifically, the tests in unused_please_ignore_completely/ should not
be run. Some of them would fail, but it doesn't matter.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 5f359a060a4ae697c18535b1d6379f52556b1f22..f453e172739dcdee534ed7bd84cec1064417cba3 100644
(file)
--- 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/