Skip to content

Commit

Permalink
Install libpcap in the test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Jun 1, 2024
1 parent 3d859c3 commit 61b9621
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install test dependencies
run: sudo apt install libpcap-dev

- name: Run unit tests
run: cargo test --all-features

0 comments on commit 61b9621

Please sign in to comment.