diff --git a/rustls-cert-gen/src/main.rs b/rustls-cert-gen/src/main.rs index ce047abb..567d3f96 100644 --- a/rustls-cert-gen/src/main.rs +++ b/rustls-cert-gen/src/main.rs @@ -37,6 +37,10 @@ fn main() -> Result<(), Box> { Ok(()) } + +// FIXME remove this when this file gets updated. This dummy test s +// here to demonstrate that tests are being run against both crates in +// CI #[test] fn test_add() { assert_eq!(1 + 1, 2)