Skip to content

Commit

Permalink
test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Oct 10, 2024
1 parent a03110b commit fb58fb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/compatibility_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ jobs:
run: |
cp config.env.example config.env
test/run.sh ${{ matrix.distribution }}
compatibility_test_macos:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run test
run: |
cp config.env.example config.env
test/run.sh ${{ matrix.distribution }}

0 comments on commit fb58fb7

Please sign in to comment.