File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 58
58
strategy :
59
59
matrix :
60
60
example : [opentelemetry, opentelemetry-sdk, opentelemetry-otlp, opentelemetry-zipkin]
61
- runs-on : ubuntu-latest # TODO: Check if this could be covered on Windows. The step used currently fails on Windows.
61
+ runs-on : ubuntu-latest # TODO: Check if this could be covered for Windows. The step used currently fails on Windows.
62
62
steps :
63
63
- uses : actions/checkout@v4
64
64
- uses : dtolnay/rust-toolchain@nightly
@@ -106,7 +106,7 @@ jobs:
106
106
cargo test --manifest-path=opentelemetry-jaeger/Cargo.toml --features rt-tokio &&
107
107
cargo test --manifest-path=opentelemetry-zipkin/Cargo.toml
108
108
cargo-deny :
109
- runs-on : ubuntu-latest # This is only supported on Linux
109
+ runs-on : ubuntu-latest # This uses the step `EmbarkStudios/cargo-deny-action@v1` which is only supported on Linux
110
110
continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
111
111
steps :
112
112
- uses : actions/checkout@v4
@@ -157,4 +157,3 @@ jobs:
157
157
uses : codecov/codecov-action@v3
158
158
with :
159
159
fail_ci_if_error : false
160
-
You can’t perform that action at this time.
0 commit comments