Skip to content

Commit ef22059

Browse files
authored
Update rust.yml
1 parent 590919e commit ef22059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
test:
6262
name: Run cargo test
6363
runs-on: ubuntu-latest
64-
needs: [build-linux, build-windows]
64+
needs: [build-linux]
6565
steps:
6666
- name: Checkout sources
6767
uses: actions/checkout@v2

0 commit comments

Comments
 (0)