From e3be2d8d78be8a7a566ffcaa14a5e3de3337cd08 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Mon, 17 Apr 2023 23:05:18 +0300 Subject: [PATCH] test on Windows --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 983dc67..3e139ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,11 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] - crystal: [latest, nightly] + include: + - { os: ubuntu-latest, crystal: latest } + - { os: ubuntu-latest, crystal: nightly } + - { os: macos-latest } + - { os: windows-latest } runs-on: ${{ matrix.os }} steps: