diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2bbb06e8..b290f901d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: os: - ubuntu-latest - macos-latest + - windows-latest node: - 10 - '*' @@ -41,6 +42,11 @@ jobs: - os: macos-latest node: 10 test-command: test:fast + - os: windows-latest + node: '*' + - os: windows-latest + node: 10 + test-command: test:fast runs-on: ${{ matrix.os }}