Skip to content

[Intel] Add KNOTB/W/D/Q instructions #618

[Intel] Add KNOTB/W/D/Q instructions

[Intel] Add KNOTB/W/D/Q instructions #618

Workflow file for this run

name: debug-test
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal