Skip to content

Commit 8a9a4e2

Browse files
committed
.github/run-ci.sh: Add missing debian-12 and debian-13
1 parent 45292b5 commit 8a9a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/run-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function runServiceTest() {
102102

103103

104104
if [ -z "${test_names}" ]; then
105-
for test_name in mypy debian-11 fedora-41 fedora-42 fedora-missing-deps ubuntu-22.04; do
105+
for test_name in mypy debian-11 debian-12 debian-13 fedora-41 fedora-42 fedora-missing-deps ubuntu-22.04; do
106106
if ! runTest "${test_name}"; then
107107
echo "Tests failed"
108108
exit 1

0 commit comments

Comments
 (0)