Skip to content

Replace use of ifupdown w/ systemd-network #26

Replace use of ifupdown w/ systemd-network

Replace use of ifupdown w/ systemd-network #26

Workflow file for this run

name: test suite
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- run: |
git clone --depth=1 https://github.com/oxidecomputer/pki-playground
cargo install --path pki-playground
git clone --depth=1 https://github.com/oxidecomputer/dice-util
cargo install --path dice-util/attest-mock
- run: cargo test