Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Add Rust hlkx-sign tool for signing HLKX packages with PKCS#11 #18

Add Rust hlkx-sign tool for signing HLKX packages with PKCS#11

Add Rust hlkx-sign tool for signing HLKX packages with PKCS#11 #18

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
- run: dotnet test
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
- run: dotnet test --framework net6.0