diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index cb3b643..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Run tests - -on: - push: - branches: - - main - pull_request: - -jobs: - test: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.9", "3.10", "3.11"] - - name: Set up Python ${{ matrix.python-version }} - steps: - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}