Skip to content

yhsm: Add command for dealing with the audit log. #366

yhsm: Add command for dealing with the audit log.

yhsm: Add command for dealing with the audit log. #366

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.79
- run: |
sudo apt-get update
sudo apt-get install -y pkg-config libudev-dev
- run: cargo test --all-features