From d3c652c80d6eb0b2cdefa6e811ef47bbfba468ac Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Mon, 12 May 2025 16:13:30 +0200 Subject: [PATCH] Add simple build on Windows CI action Signed-off-by: Wiktor Kwapisiewicz --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98dee93d..085fc4f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,13 @@ jobs: - name: "Installs SoftHSM and execute tests" uses: ./.github/actions/ci_script + build-windows: + name: Build on Windows + runs-on: windows-latest + steps: + - uses: actions/checkout@v4 + - run: cargo check --all-features --workspace --all-targets + tests-kryoptic: name: Run tests against Kryoptic runs-on: ubuntu-latest