ci: remove failfast tests flag

This commit is contained in:
Nicolas Giard 2022-04-14 13:17:13 -04:00 committed by GitHub
parent a29965f37d
commit 994e6c378a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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