We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29965f commit 994e6c3Copy full SHA for 994e6c3
2 files changed
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
echo "Running checks..."
127
./ietf/manage.py check
128
echo "Running tests..."
129
- ./ietf/manage.py test --settings=settings_sqlitetest --failfast
+ ./ietf/manage.py test --settings=settings_sqlitetest
130
coverage xml
131
132
- name: Upload Coverage Results to Codecov
.github/workflows/ci-run-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments