diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb92aab2..5d16b43a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,10 +34,7 @@ jobs: - name: Install mreg-cli run: | pip install -r requirements.txt - pip install -r requirements-dev.txt pip install -e . - - name: Check linting - run: tox -e lint - name: Test and compare api calls run: ci/run_testsuite_and_record.sh