Skip to content

Commit c673183

Browse files
separate tests running for 22 and 24
1 parent 93ea5ff commit c673183

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/packing.yml

+7
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,13 @@ jobs:
536536
- name: Run tests
537537
run: |
538538
make test-pure-install
539+
if: matrix.target.dist != 'bookworm' && matrix.target.dist != 'noble'
540+
541+
- name: Run tests
542+
run: |
543+
. .venv/bin/activate
544+
make test-pure-install
545+
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
539546

540547
publish_deb:
541548
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)