Skip to content

Commit 6cb59d9

Browse files
committed
Remove slow Windows port diagnostic
1 parent 925dbf3 commit 6cb59d9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ jobs:
130130
key: windows-incremental-${{ github.event.pull_request.number || github.ref_name }}-${{ github.sha }}
131131
restore-keys: |
132132
windows-incremental-${{ github.event.pull_request.number || github.ref_name }}-
133-
- name: Check port usage
134-
run: netstat -bano
135133
- run: cargo test
136134
env:
137135
CARGO_INCREMENTAL: 1

0 commit comments

Comments
 (0)