]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
CI: Reduce number of tests run for docker-compose workflow
authorStephen Finucane <stephen@that.guru>
Sun, 7 Jun 2026 15:46:11 +0000 (16:46 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sun, 7 Jun 2026 16:01:53 +0000 (17:01 +0100)
We do not need to run the entire test suite again. Speed things up.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.github/workflows/ci.yaml

index c5e7a98d15c46251fc6470b9f6b8a541fc2c12ce..9dd8e03179d234f72b5062c98306005a764d962d 100644 (file)
@@ -174,7 +174,7 @@ jobs:
               \"GRANT ALL ON \\\`test\\_\${MYSQL_DATABASE}%\\\`.* TO '\${MYSQL_USER}'@'%';
                FLUSH PRIVILEGES;\""
       - name: Run unittest
-        run: docker compose run -T --rm web tox
+        run: docker compose run -T --rm web tox -e pep8,docs,py311-django52,py314-django60
       - name: Test normal startup
         run: |
           docker compose up --detach