Skip to content

Commit

Permalink
Update rust.yml add netcat server to test tunneling
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Sep 2, 2024
1 parent 13da929 commit 3c0c19c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
- name: Install shvbrokertestingdevice
run: cargo install --git https://github.com/silicon-heaven/shvbrokertestingdevice.git
- name: Run tests
run: cargo test --verbose --all-features -- --test-threads=1
run: |
- echo starting netcat
- ncat -e /bin/cat -k -l 8888
- cargo test --verbose --all-features -- --test-threads=1

0 comments on commit 3c0c19c

Please sign in to comment.