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