Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor ping pong example #977

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading