Temporarily remove workflows from tetanus.

This commit is contained in:
Adam Ierymenko 2022-11-28 12:52:49 -05:00
parent 7771de0bf7
commit e8cdce34f2

View file

@ -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