Skip to content

Commit

Permalink
misc: macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Daws authored Oct 24, 2024
1 parent 6675f4b commit cf75b44
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: tests-macos

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v4

- name: install
run: make install

- name: testing
run: make tests

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck

0 comments on commit cf75b44

Please sign in to comment.