Skip to content

build(deps): bump pcap from 0.9.2 to 1.3.0 #221

build(deps): bump pcap from 0.9.2 to 1.3.0

build(deps): bump pcap from 0.9.2 to 1.3.0 #221

Workflow file for this run

name: Test Build
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt install libpcap-dev
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose