Skip to content

Commit 4b90630

Browse files
Update Vixen metrics to receive prometheus register (#118)
--------- Co-authored-by: Kyle Espinola <[email protected]>
1 parent 1d4d875 commit 4b90630

File tree

83 files changed

+1757
-2096
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1757
-2096
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ jobs:
3030
~/.cargo/registry/cache/
3131
~/.cargo/git/db/
3232
yellowstone-vixen/target/
33-
key: cargo-${{ hashFiles('**/Cargo.lock') }}-0001
33+
key: cargo-${{ hashFiles('**/Cargo.lock') }}-0002
3434

3535
# Cache Rust Nightly Toolchain
3636
- name: Cache Rust Nightly
3737
id: cache-rust-nightly
3838
uses: actions/cache@v4
3939
with:
4040
path: ~/.rustup
41-
key: rust-nightly-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}
41+
key: rust-nightly-0001-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}
4242

4343
- name: Install Rust Nightly if Not Cached
4444
if: steps.cache-rust-nightly.outputs.cache-hit != 'true'
4545
uses: actions-rs/toolchain@v1
4646
with:
4747
toolchain: nightly
48-
components: rustfmt
48+
components: rustfmt, clippy
4949

5050
- name: Check Rust Toolchain Version
5151
run: |

0 commit comments

Comments
 (0)