Skip to content

Commit

Permalink
Revert "ci: run tests on windows" (MystenLabs#2764)
Browse files Browse the repository at this point in the history
This reverts commit 192e66d.
  • Loading branch information
brad-mysten authored Jun 28, 2022
1 parent c7e27a3 commit dc47252
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,8 @@ jobs:
test:
needs: diff
if: needs.diff.outputs.isRust == 'true'
runs-on: ${{ matrix.os }}
runs-on: [self-hosted, self-hosted-ubuntu]
strategy:
matrix:
os:
- [self-hosted, self-hosted-ubuntu]
- windows-latest
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dc47252

Please sign in to comment.