Skip to content

Commit 43e9864

Browse files
committed
Run database summary tests in parallel on CI
1 parent f5f19f8 commit 43e9864

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,17 @@ jobs:
6262
- tests/mock_vws/test_content_length.py::TestIncorrect::test_not_integer
6363
- tests/mock_vws/test_content_length.py::TestIncorrect::test_too_large
6464
- tests/mock_vws/test_content_length.py::TestIncorrect::test_too_small
65-
- tests/mock_vws/test_database_summary.py
65+
- tests/mock_vws/test_database_summary.py::TestDatabaseSummary::test_success
66+
- tests/mock_vws/test_database_summary.py::TestDatabaseSummary::test_active_images
67+
- tests/mock_vws/test_database_summary.py::TestDatabaseSummary::test_failed_images
68+
- tests/mock_vws/test_database_summary.py::TestDatabaseSummary::test_inactive_images
69+
- tests/mock_vws/test_database_summary.py::TestDatabaseSummary::test_inactive_failed
70+
- tests/mock_vws/test_database_summary.py::TestDatabaseSummary::test_deleted
71+
- tests/mock_vws/test_database_summary.py::TestProcessingImages
72+
- tests/mock_vws/test_database_summary.py::TestQuotas
73+
- tests/mock_vws/test_database_summary.py::TestRecos
74+
- tests/mock_vws/test_database_summary.py::TestRequestUsage
75+
- tests/mock_vws/test_database_summary.py::TestInactiveProject
6676
- tests/mock_vws/test_date_header.py::TestFormat
6777
- tests/mock_vws/test_date_header.py::TestMissing
6878
- tests/mock_vws/test_date_header.py::TestSkewedTime::test_date_out_of_range_after

0 commit comments

Comments
 (0)