Skip to content

Commit

Permalink
run both windows toolchains (#298)
Browse files Browse the repository at this point in the history
Maybe that way certain errors can be found related to windows error
codes.
  • Loading branch information
Byron committed Apr 6, 2022
1 parent f041c00 commit 63fec67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -32,6 +32,11 @@ jobs:
run: make tests

build-and-test-on-windows:
strategy:
matrix:
include:
- target: x86_64-pc-windows-gnu
- target: x86_64-pc-windows-msvc
name: Windows
runs-on: windows-2019
steps:
Expand All @@ -40,6 +45,7 @@ jobs:
with:
profile: default
toolchain: stable
target: ${{ matrix.target }}
override: true
- uses: Swatinem/rust-cache@v1
- name: "Check default features build on windows"
Expand Down

0 comments on commit 63fec67

Please sign in to comment.