Skip to content

dice-cert-check: Get const-oid, pem-rfc7468 & x509-cert from crates.io #134

dice-cert-check: Get const-oid, pem-rfc7468 & x509-cert from crates.io

dice-cert-check: Get const-oid, pem-rfc7468 & x509-cert from crates.io #134

Workflow file for this run

name: test suite
on: [push, pull_request]
jobs:
clippy:
name: cargo clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- run: sudo apt-get install -y pkg-config libudev-dev
- run: cargo clippy -- --deny warnings
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- run: sudo apt-get install -y pkg-config libudev-dev
- run: cargo test --all-features