Skip to content

Update Rust crate etherparse to v0.20.3 #101

Update Rust crate etherparse to v0.20.3

Update Rust crate etherparse to v0.20.3 #101

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- uses: wild-linker/action@latest
- name: Cache Rust artifacts
uses: Swatinem/rust-cache@v2
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends cmake clang perl
- name: Build
run: cargo build --locked
- name: Test
run: cargo test --locked