We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45292b5 commit 8a9a4e2Copy full SHA for 8a9a4e2
.github/run-ci.sh
@@ -102,7 +102,7 @@ function runServiceTest() {
102
103
104
if [ -z "${test_names}" ]; then
105
- for test_name in mypy debian-11 fedora-41 fedora-42 fedora-missing-deps ubuntu-22.04; do
+ for test_name in mypy debian-11 debian-12 debian-13 fedora-41 fedora-42 fedora-missing-deps ubuntu-22.04; do
106
if ! runTest "${test_name}"; then
107
echo "Tests failed"
108
exit 1
0 commit comments