We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0169642 commit d3c652cCopy full SHA for d3c652c
.github/workflows/ci.yml
@@ -41,6 +41,13 @@ jobs:
41
- name: "Installs SoftHSM and execute tests"
42
uses: ./.github/actions/ci_script
43
44
+ build-windows:
45
+ name: Build on Windows
46
+ runs-on: windows-latest
47
+ steps:
48
+ - uses: actions/checkout@v4
49
+ - run: cargo check --all-features --workspace --all-targets
50
+
51
tests-kryoptic:
52
name: Run tests against Kryoptic
53
runs-on: ubuntu-latest
0 commit comments