Add GitHub action

This commit is contained in:
0x1eef 2023-08-25 17:35:13 -03:00
parent 59108cc615
commit 8a5f4e170d

18
.github/workflows/tests.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: isinetaddr
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: make test