Compare commits
2 commits
ce65b0f9f1
...
f3e9e0d4b5
Author | SHA1 | Date | |
---|---|---|---|
f3e9e0d4b5 | |||
5c667e9ef1 |
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,7 @@ depends="
|
|||
makedepends="go npm"
|
||||
# checkdepends scooped up by poetry due to number
|
||||
checkdepends="
|
||||
poetry
|
||||
pip
|
||||
py3-coverage
|
||||
py3-pytest
|
||||
py3-pytest-django
|
||||
|
@ -252,6 +252,7 @@ with open(\"local.env.yml\", \"w\") as _config:
|
|||
pip install selenium drf_jsonschema_serializer pdoc --break-system-packages
|
||||
|
||||
make test || FAIL=true
|
||||
make go-test || FAIL=true
|
||||
|
||||
if [ "$FAIL" = "true" ]; then
|
||||
return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue