isinetaddr/.github/workflows/tests.yml

19 lines
295 B
YAML
Raw Normal View History

2023-08-25 22:35:13 +02:00
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