Skip to content

Commit

Permalink
Merge pull request #28 from xd009642/metrics/track-panics
Browse files Browse the repository at this point in the history
redo metrics!
  • Loading branch information
xd009642 authored Nov 12, 2024
2 parents bb6cd28 + 105e87f commit 489550a
Show file tree
Hide file tree
Showing 16 changed files with 3,026 additions and 623 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
components: rustfmt
- name: test
run: cargo test
- name: clippy
run: cargo clippy
- name: check formatting
run: cargo fmt -- --check

Loading

0 comments on commit 489550a

Please sign in to comment.