Skip to content

ipcrm: fix typo in struct name #47

ipcrm: fix typo in struct name

ipcrm: fix typo in struct name #47

Workflow file for this run

name: Rust
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
linux-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --release --verbose