Skip to content

Commit cc15f4b

Browse files
committed
fix
1 parent be969ac commit cc15f4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-hermes-client-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: cargo fmt --all -- --check
2929
if: success() || failure()
3030
- name: Clippy check
31-
run: cargo clippy -p pyth-hermes-client --all-targets -- --deny warnings
31+
run: cargo clippy -p pyth-hermes-client-rust --all-targets -- --deny warnings
3232
if: success() || failure()
3333
- name: test
34-
run: cargo test -p pyth-hermes-client
34+
run: cargo test -p pyth-hermes-client-rust
3535
if: success() || failure()

.github/workflows/publish-rust-hermes-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- rust-pyth-hermes-client-v*
77
jobs:
88
publish-pyth-hermes-client:
9-
name: Publish Rust package pyth-hermes-client to crates.io
9+
name: Publish Rust package pyth-hermes-client-rust to crates.io
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout sources

0 commit comments

Comments
 (0)