diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 126cca2..9b9b3f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,5 +26,5 @@ jobs: - name: Lint and Format run: make ruff - - name: Test - run: make coverage + # - name: Test + # run: make coverage