Skip to content

Commit

Permalink
github: workflows: build: Fix yml
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Jan 16, 2025
1 parent 664d7a5 commit 56526e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- name: Run Tests
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 --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 56526e1

Please sign in to comment.