louib / challenge-response

Perform HMAC-SHA1 and OTP challenges with YubiKey, OnlyKey and NitroKey, in pure Rust.
Other
4 stars 1 forks source link

chore: do not run cr config example as a test #43

Closed louib closed 1 month ago

louib commented 1 month ago

Since the examples in the README by default will run on cargo test, we might accidentally reconfigure the yubikey of a developer that just wanted to run the unit test on their workstation. I think it's safer to ignore that example when running the tests