Skip to content

Commit

Permalink
Enable CI on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Dec 25, 2024
1 parent 0a11c28 commit 6ba2b2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
run: sudo apt-get install valgrind
- name: Run tests
run: scripts/travis.sh
Mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: scripts/travis.sh
Coverage:
needs: Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ba2b2d

Please sign in to comment.