Skip to content

Commit

Permalink
Test rfc.sh on MacOS
Browse files Browse the repository at this point in the history
For #412
  • Loading branch information
abitrolly authored Feb 1, 2025
1 parent 045d15f commit d9cafc2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: MacOS Tests

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

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: ./share/adapters/rfc.sh

0 comments on commit d9cafc2

Please sign in to comment.