ci: Remove pointless job

It was running no tests.
This commit is contained in:
Jonas Platte
2023-08-24 17:34:24 +02:00
parent ba2914a22a
commit fec7d23cfd
2 changed files with 1 additions and 17 deletions

View File

@@ -135,9 +135,6 @@ jobs:
- name: Run Doc Tests
cmd: test-doc
- name: Test Common Features
cmd: test-common
steps:
- name: Checkout repo
uses: actions/checkout@v3