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 32 forks source link

Update ci to include cargo test being run in dev container #591

Closed djach7 closed 8 months ago

djach7 commented 8 months ago

Currently the dev container CI test only includes cargo build, and doesn't run cargo test. We should add a cargo test to the dev container CI test to ensure that all unit tests are running properly in the dev container.