We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dfd4b commit 03b4d35Copy full SHA for 03b4d35
opentelemetry-otlp/tests/integration_test/src/test_utils.rs
@@ -13,7 +13,7 @@
13
//! Only a single test suite can run at once, as each container has statically mapped ports, but
14
//! this works nicely with the way cargo executes the suite.
15
//!
16
-//! To skip integration tests with cargo, you can run `cargo test --mod`, which will run unit tests
+//! To skip integration tests with cargo, you can run `cargo test --lib`, which will run unit tests
17
//! only.
18
19
#![cfg(unix)]
0 commit comments