Skip to content

Commit

Permalink
add metric support and serving
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 14, 2024
1 parent 782be20 commit a40c1ad
Show file tree
Hide file tree
Showing 20 changed files with 503 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: cargo fmt

# run clippy for each feature flag configuration
- run: cargo clippy
- run: cargo clippy --features metrics
- run: cargo clippy --no-default-features

- run: cargo test
Expand Down
Loading

0 comments on commit a40c1ad

Please sign in to comment.