Skip to content

build(deps): bump thiserror from 2.0.12 to 2.0.16 #291

build(deps): bump thiserror from 2.0.12 to 2.0.16

build(deps): bump thiserror from 2.0.12 to 2.0.16 #291

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@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose