diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5fd4dc3..15f58dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,8 +35,6 @@ jobs: run: make lint - name: Test type checkers run: make mypy - - name: Test security - run: make security - name: Test with pytest run: make test - name: Upload Coverage