Merge pull request #1 from 0x1eef/github.action

Add GitHub action
This commit is contained in:
0x1eef 2023-08-25 17:38:35 -03:00 committed by GitHub
commit 2ba1f062a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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