From e8cdce34f2c430ebf274868f6d1263f38a3a2ce5 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 28 Nov 2022 12:52:49 -0500 Subject: [PATCH] Temporarily remove workflows from tetanus. --- .github/workflows/main.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/main.yaml 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