Skip to content

Commit f8172b6

Browse files
committed
Add simple build on Windows CI action
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 0169642 commit f8172b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
- name: "Installs SoftHSM and execute tests"
4242
uses: ./.github/actions/ci_script
4343

44+
build-windows:
45+
name: Build on Windows
46+
runs-on: windows-latest
47+
steps:
48+
- uses: actions/checkout@v4
49+
- run: cargo check
50+
4451
tests-kryoptic:
4552
name: Run tests against Kryoptic
4653
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)