Skip to content

Commit

Permalink
Install ipset in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy5189 committed Jan 29, 2024
1 parent 8cc1471 commit d0deaf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Install ipset
run: sudo apt-get install -y ipset
- name: Checkout code
uses: actions/checkout@v2
- name: Run the integration tests
Expand All @@ -42,6 +44,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Install ipset
run: sudo apt-get install -y ipset
- name: Checkout code
uses: actions/checkout@v2
- name: Run the performance tests
Expand Down

0 comments on commit d0deaf8

Please sign in to comment.