Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,18 @@ jobs:
run: chmod u+x INSTALL-Debian-Ubuntu.sh
- name: Build and install tools
run: sudo ./INSTALL-Debian-Ubuntu.sh

MacOSLatest:
name: Test on MacOS-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
brew update
brew install libpcap
- name: Make the installation script executable
run: chmod u+x INSTALL-MacOSX.sh
- name: Build and install tools
run: sudo ./INSTALL-MacOSX.sh