Reapply "Merge pull request #132 from eddc005/feat-pcap"
This reverts commit 2ac8783eb6.
This commit is contained in:
6
.github/workflows/check.yaml
vendored
6
.github/workflows/check.yaml
vendored
@@ -23,6 +23,9 @@ jobs:
|
||||
with:
|
||||
go-version: 'stable'
|
||||
|
||||
- name: Install pcap
|
||||
run: sudo apt install -y libpcap-dev
|
||||
|
||||
- run: go vet ./...
|
||||
|
||||
- name: staticcheck
|
||||
@@ -44,4 +47,7 @@ jobs:
|
||||
with:
|
||||
go-version: 'stable'
|
||||
|
||||
- name: Install pcap
|
||||
run: sudo apt install -y libpcap-dev
|
||||
|
||||
- run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user