Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run the tests in the same order
  • Loading branch information
emschwartz committed May 19, 2023
commit ad830c304d1c36f314a093a416b286f8622a6953
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
- run: cargo build --features=custom-objective-percentile,custom-objective-latency

# Run the tests with each of the different metrics libraries
- run: cargo test --features=prometheus-exporter
- run: cargo test --no-default-features --features=prometheus-exporter,metrics --tests
- run: cargo test --no-default-features --features=prometheus-exporter,prometheus --tests
- run: cargo test --no-default-features --features=prometheus-exporter,prometheus-client --tests
- run: cargo test --no-default-features --features=prometheus-exporter,opentelemetry --tests

- run: cargo test --features=prometheus-exporter

# Compile the examples
- run: cargo build --package example-axum
Expand Down