mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-26 03:19:21 +02:00
chore: only test if feature is enabled
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
use dagger_sdk::HostDirectoryOpts;
|
||||
#[cfg(feature = "otel")]
|
||||
use opentelemetry::global;
|
||||
use tracing::Level;
|
||||
|
||||
#[cfg(feature = "otel")]
|
||||
#[tracing::instrument]
|
||||
#[tokio::main]
|
||||
async fn main() -> eyre::Result<()> {
|
||||
|
Reference in New Issue
Block a user