Skip to content

Commit

Permalink
fix: add missing tests for 0.25 & 0.26 + required time bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fusillicode committed Oct 22, 2024
1 parent e6355fd commit ceb3923
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ dependencies = [
"test-otel-0_21",
"test-otel-0_22",
"test-otel-0_23",
"test-otel-0_24"
"test-otel-0_24",
"test-otel-0_25",
"test-otel-0_26"
]

[tasks.test-base]
Expand Down Expand Up @@ -58,6 +60,14 @@ args = ["test", "--no-default-features", "--features", "tracing_opentelemetry_0_
command = "cargo"
args = ["test", "--no-default-features", "--features", "tracing_opentelemetry_0_24"]

[tasks.test-otel-0_25]
command = "cargo"
args = ["test", "--no-default-features", "--features", "tracing_opentelemetry_0_25"]

[tasks.test-otel-0_26]
command = "cargo"
args = ["test", "--no-default-features", "--features", "tracing_opentelemetry_0_26"]

[tasks.clippy]
dependencies = [
"clippy-base",
Expand Down

0 comments on commit ceb3923

Please sign in to comment.