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 925dbf3 commit 6cb59d9Copy full SHA for 6cb59d9
1 file changed
.github/workflows/ci.yml
@@ -130,8 +130,6 @@ jobs:
130
key: windows-incremental-${{ github.event.pull_request.number || github.ref_name }}-${{ github.sha }}
131
restore-keys: |
132
windows-incremental-${{ github.event.pull_request.number || github.ref_name }}-
133
- - name: Check port usage
134
- run: netstat -bano
135
- run: cargo test
136
env:
137
CARGO_INCREMENTAL: 1
0 commit comments