Skip to content

Commit

Permalink
llvm-profdata
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Nov 12, 2024
1 parent 97aa353 commit 65e99e0
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 35 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview

- name: Run tests
run: cargo test --verbose -- --nocapture
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview

- name: Run tests
run: cargo test --verbose
Expand Down
98 changes: 66 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ axum = { version = "0.7", features = ["tracing"] }
chrono = "0.4"
clap = { version = "4", features = ["env"] }
openssl = { version = "0.10", optional = true, features = ["vendored"] }
opentelemetry = "0.26"
opentelemetry-otlp = { version = "0.26", features = ["tls-roots", "tls"] }
opentelemetry_sdk = { version = "0.26", features = ["rt-tokio"] }
opentelemetry = "0.27"
opentelemetry-otlp = { version = "0.27", features = ["tls-roots", "tls"] }
opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] }
rand = "0.8.5"
reqwest = { version = "0.12", features = ["json"] }
secrecy = "0.8"
Expand Down

0 comments on commit 65e99e0

Please sign in to comment.