mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 01:36:08 +00:00
H3: enable tracing by default in tests
This commit is contained in:
@@ -47,6 +47,8 @@ pub struct Helper {
|
||||
|
||||
impl Helper {
|
||||
pub fn new() -> Self {
|
||||
let _ = tracing_subscriber::fmt().try_init();
|
||||
|
||||
let port = PORT_COUNT.fetch_add(1, Ordering::SeqCst);
|
||||
|
||||
let Certs { chain, key, cert } = CERTS.clone();
|
||||
|
||||
Reference in New Issue
Block a user