Skip to content

Commit

Permalink
Add integration tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Jul 19, 2024
1 parent a74e8c3 commit 0dde2c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
cargo build --manifest-path=roles/Cargo.toml
cargo build --manifest-path=utils/Cargo.toml
- name: 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

0 comments on commit 0dde2c8

Please sign in to comment.