isinetaddr/.github/workflows/tests.yml
2023-08-25 17:38:12 -03:00

18 lines
295 B
YAML

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