Skip to content

Commit

Permalink
Merge pull request #977 from plebhash/refactor-ping-pong
Browse files Browse the repository at this point in the history
Refactor ping pong example
  • Loading branch information
GitGab19 authored Jan 30, 2025
2 parents c30fd6d + 0f73211 commit b4af55d
Show file tree
Hide file tree
Showing 13 changed files with 301 additions and 429 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
run: |
cargo run --manifest-path=examples/ping-pong-with-noise/Cargo.toml --bin ping_pong_with_noise -- 10
- name: Run ping-pong-without-noise example
- name: Run ping-pong example
run: |
cargo run --manifest-path=examples/ping-pong-without-noise/Cargo.toml --bin ping_pong_without_noise -- 10
cargo run --manifest-path=examples/ping-pong/Cargo.toml
20 changes: 0 additions & 20 deletions examples/ping-pong-without-noise/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions examples/ping-pong-without-noise/README.md

This file was deleted.

84 changes: 0 additions & 84 deletions examples/ping-pong-without-noise/src/main.rs

This file was deleted.

134 changes: 0 additions & 134 deletions examples/ping-pong-without-noise/src/messages.rs

This file was deleted.

Loading

0 comments on commit b4af55d

Please sign in to comment.