Skip to content

Commit

Permalink
ping-pong example
Browse files Browse the repository at this point in the history
Co-authored-by: pythcoiner <[email protected]>
  • Loading branch information
plebhash and pythcoiner committed Jun 21, 2024
1 parent 61b3959 commit e480c0a
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 @@ -88,6 +88,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 e480c0a

Please sign in to comment.