Skip to content

Commit

Permalink
ci: Run ignored test
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Feb 18, 2025
1 parent 92dfa27 commit ef4333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
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
SKIP_FRONTEND=1 cargo test test_udpserver_send_only --verbose -- --nocapture --ignored
SKIP_FRONTEND=1 cargo test test_udpclient_send_only --verbose -- --nocapture --ignored
build:
Expand Down

0 comments on commit ef4333c

Please sign in to comment.