From 5689ed4b73074899e92ef188f00fa3c429f220b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Thu, 15 Feb 2024 09:29:34 +0100 Subject: [PATCH] Run tests on macOS and Windows --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6968f63..f1f902e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,10 +11,14 @@ jobs: strategy: matrix: node: [lts/*] - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest, windows-latest] include: - os: ubuntu-latest name: ubuntu + - os: macos-latest + name: macos + - os: windows-latest + name: windows runs-on: ${{ matrix.os }} name: ${{ matrix.name }} steps: