Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
Erik Hollensbe 2022-06-29 12:08:22 -07:00
parent a20c150f13
commit bc7ec472e6
No known key found for this signature in database
GPG key ID: 4BB0E241A863B389

16
.github/workflows/main.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
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: make test