Skip to content

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

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

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

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- run: sudo ~/.cargo/bin/cargo test