From 64379dbffd5a9d535acaf64f346321682e24bb45 Mon Sep 17 00:00:00 2001 From: David Herberth Date: Wed, 15 Jan 2025 10:54:23 +0100 Subject: [PATCH] build(ci): Build and test also on windows (#892) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 483f1e3de..34325cc17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] name: Rust Test on ${{ matrix.os }} runs-on: ${{ matrix.os }}