ci: remove failfast tests flag
This commit is contained in:
parent
a29965f37d
commit
994e6c378a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
|||
echo "Running checks..."
|
||||
./ietf/manage.py check
|
||||
echo "Running tests..."
|
||||
./ietf/manage.py test --settings=settings_sqlitetest --failfast
|
||||
./ietf/manage.py test --settings=settings_sqlitetest
|
||||
coverage xml
|
||||
|
||||
- name: Upload Coverage Results to Codecov
|
||||
|
|
2
.github/workflows/ci-run-tests.yml
vendored
2
.github/workflows/ci-run-tests.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
echo "Running checks..."
|
||||
./ietf/manage.py check
|
||||
echo "Running tests..."
|
||||
./ietf/manage.py test --settings=settings_sqlitetest --failfast
|
||||
./ietf/manage.py test --settings=settings_sqlitetest
|
||||
coverage xml
|
||||
|
||||
- name: Upload Coverage Results to Codecov
|
||||
|
|
Loading…
Reference in a new issue