Skip to content

Commit

Permalink
ci: Add udp tests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Jan 14, 2025
1 parent 3effbcc commit 664d7a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
run: SKIP_FRONTEND=1 cargo test --no-run --locked --verbose

- name: Run Tests
run: SKIP_FRONTEND=1 cargo test --verbose -- --nocapture
run: |
SKIP_FRONTEND=1 cargo test --verbose -- --nocapture
SKIP_FRONTEND=1 cargo test test_udpserver_receive_only --verbose -- --nocapture
SKIP_FRONTEND=1 cargo test test_udpserver_send_only --verbose -- --nocapture

build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 664d7a5

Please sign in to comment.