summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
blob: 5181be00fbbaff5dbaef25b5bcf3fce43cf9f14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: macOS

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
  workflow_dispatch:

jobs:
  build:
    name: Build & Test
    runs-on: macos-latest
    steps:
      - uses: actions/checkout@v2
      - name: build-test
        run: make test