fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
58 stars 33 forks source link

Cargo test no longer works in a clean dev environment #552

Closed puiterwijk closed 9 months ago

puiterwijk commented 1 year ago

After commit d3d912010d7d8d41447fba10f451471e66a80c38, there's tests being executed that make sure a user exists, which isn't created in the dev container. As a consequence, running cargo test there fails.

This should get fixed, to be inline with the contributing guidelines (and for easdy development for contributors).