From b8af565bd0df323b57832b7e9609d097879d5a36 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 4 Mar 2024 13:44:07 +0700 Subject: [PATCH] ci: Enable for Linux and Windows. --- .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 9dded087..4629cae6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-14] + os: [macos-13, macos-14, ubuntu-22.04, windows-2022] name: cargo clippy + test steps: - uses: actions/checkout@v4