Commit f8ee551 1 parent 1b410d0 commit f8ee551 Copy full SHA for f8ee551
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -eu
4
4
5
- cargo test --workspace --all-features " $@ " -- --test-threads=1
5
+ echo " Running tests for all packages in workspace with --all-features"
6
+ cargo test --workspace --all-features
6
7
7
8
# See https://github.com/rust-lang/cargo/issues/5364
9
+ echo " Running tests for opentelemetry package with --no-default-features"
8
10
cargo test --manifest-path=opentelemetry/Cargo.toml --no-default-features
9
11
10
12
# Run global tracer provider test in single thread
11
- cargo test --manifest-path=opentelemetry/Cargo.toml --all-features -- --ignored --test-threads=1
12
-
13
- cargo test --manifest-path=opentelemetry/Cargo.toml --all-features
14
- cargo test --manifest-path=opentelemetry-zipkin /Cargo.toml --all-features
13
+ # //TODO: This tests were not running for a while. Need to find out how to run
14
+ # run them. Using --ignored will run other tests as well, so that cannot be used.
15
+ # echo "Running global tracer provider for opentelemetry-sdk package with single thread."
16
+ # cargo test --manifest-path=opentelemetry-sdk /Cargo.toml --all-features -- --test-threads=1
You can’t perform that action at this time.
0 commit comments