Skip to content

Merge pull request #101 from andcscott/98-get_addr-should-return-neg #62

Merge pull request #101 from andcscott/98-get_addr-should-return-neg

Merge pull request #101 from andcscott/98-get_addr-should-return-neg #62

Workflow file for this run

name: macos
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: install check
run: brew install check
- name: run tests
run: make test