diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml deleted file mode 100644 index bfe4c0640..000000000 --- a/.github/workflows/main.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Release - -on: [pull_request, push] - -jobs: - test: - strategy: - matrix: - os: - - ubuntu-latest - - macos-latest - #- windows-latest - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - run: cargo test