Skip to content

chore(deps): update actions/checkout digest to 11bd719 #52

chore(deps): update actions/checkout digest to 11bd719

chore(deps): update actions/checkout digest to 11bd719 #52

Workflow file for this run

name: Test CI
on:
push:
branches: [main]
paths-ignore:
- '**/*.md'
- LICENSE
- '**/*.gitignore'
- examples/**
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
name: Rust Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: curl https://sh.rustup.rs -sSf | sudo sh -s -- -y
- run: sudo apt-get -y update && sudo apt-get -y install libpcap-dev telnet
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: sudo ~/.cargo/bin/cargo test