Skip to content

Commit

Permalink
Disable Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed May 5, 2024
1 parent 37d5aa3 commit e0a30a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 124 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/md5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,34 +66,3 @@ jobs:
toolchain: ${{ matrix.toolchain }}
targets: x86_64-apple-darwin
- run: cargo test --release

# Windows tests
windows:
strategy:
matrix:
include:
# 64-bit Windows (GNU)
- target: x86_64-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: x86_64-pc-windows-gnu
toolchain: stable
# 32-bit Windows (GNU)
- target: i686-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: i686-pc-windows-gnu
toolchain: stable

runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW${{ startsWith(matrix.target, 'i686-') && '32' || '64' }}
pacboy: cc:p
path-type: inherit
- run: cargo test --target ${{ matrix.target }} --release
shell: msys2 {0}
31 changes: 0 additions & 31 deletions .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,6 @@ jobs:
targets: x86_64-apple-darwin
- run: cargo test --release

# Windows tests
windows:
strategy:
matrix:
include:
# 64-bit Windows (GNU)
- target: x86_64-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: x86_64-pc-windows-gnu
toolchain: stable
# 32-bit Windows (GNU)
- target: i686-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: i686-pc-windows-gnu
toolchain: stable

runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW${{ startsWith(matrix.target, 'i686-') && '32' || '64' }}
pacboy: cc:p
path-type: inherit
- run: cargo test --target ${{ matrix.target }} --release
shell: msys2 {0}

# Cross-compiled tests
cross:
strategy:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,6 @@ jobs:
targets: x86_64-apple-darwin
- run: cargo test --release

# Windows tests
windows:
strategy:
matrix:
include:
# 64-bit Windows (GNU)
- target: x86_64-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: x86_64-pc-windows-gnu
toolchain: stable
# 32-bit Windows (GNU)
- target: i686-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: i686-pc-windows-gnu
toolchain: stable

runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW${{ startsWith(matrix.target, 'i686-') && '32' || '64' }}
pacboy: cc:p
path-type: inherit
- run: cargo test --target ${{ matrix.target }} --release
shell: msys2 {0}

# Cross-compiled tests
cross:
strategy:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/whirlpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,34 +66,3 @@ jobs:
toolchain: ${{ matrix.toolchain }}
targets: x86_64-apple-darwin
- run: cargo test --release

# Windows tests
windows:
strategy:
matrix:
include:
# 64-bit Windows (GNU)
- target: x86_64-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: x86_64-pc-windows-gnu
toolchain: stable
# 32-bit Windows (GNU)
- target: i686-pc-windows-gnu
toolchain: 1.48.0 # MSRV
- target: i686-pc-windows-gnu
toolchain: stable

runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW${{ startsWith(matrix.target, 'i686-') && '32' || '64' }}
pacboy: cc:p
path-type: inherit
- run: cargo test --target ${{ matrix.target }} --release
shell: msys2 {0}

0 comments on commit e0a30a5

Please sign in to comment.