Skip to content

Commit

Permalink
Merge pull request #1066 from jbesraa/2024-07-15-roles-testing
Browse files Browse the repository at this point in the history
`PoolSv2` integration tests
  • Loading branch information
plebhash authored Oct 11, 2024
2 parents 8367a26 + 52a2155 commit facf8ca
Show file tree
Hide file tree
Showing 9 changed files with 1,080 additions and 621 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
cargo build --manifest-path=roles/Cargo.toml
cargo build --manifest-path=utils/Cargo.toml
- name: Roles Integration Tests
run: |
cargo test --manifest-path=roles/Cargo.toml --verbose --test '*' -- --nocapture
- name: Run sv1-client-and-server example
run: |
cargo run --manifest-path=examples/sv1-client-and-server/Cargo.toml --bin client_and_server -- 60
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/roles-logic-sv2/src/parsers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ use tracing::error;

pub type AnyMessage<'a> = PoolMessages<'a>;

#[derive(Clone, Debug)]
#[derive(Clone, Debug, PartialEq)]
#[cfg_attr(feature = "with_serde", derive(Serialize, Deserialize))]
pub enum CommonMessages<'a> {
ChannelEndpointChanged(ChannelEndpointChanged),
Expand Down
Loading

0 comments on commit facf8ca

Please sign in to comment.