We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44629bf commit e7970adCopy full SHA for e7970ad
.github/workflows/ci.yml
@@ -59,6 +59,8 @@ jobs:
59
- uses: actions/checkout@v4
60
- name: Set up cargo cache
61
uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
62
+ - name: Check port usage
63
+ run: netstat -ano
64
- run: cargo test
65
env:
66
RUST_BACKTRACE: 1
0 commit comments