Skip to content

Follow the Kyber spec and use implicit rejection #78

Follow the Kyber spec and use implicit rejection

Follow the Kyber spec and use implicit rejection #78

Workflow file for this run

on:
workflow_dispatch:
pull_request:
branches: [ master, development ]
jobs:
windows:
runs-on: windows-latest
strategy:
matrix:
target: [
i686-pc-windows-gnu,
i686-pc-windows-msvc,
x86_64-pc-windows-gnu,
x86_64-pc-windows-msvc,
aarch64-pc-windows-msvc
]
rust: [1.56.0, stable] # MSRV 1.56
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
- name: Run Tests
shell: bash
working-directory: ./tests
run: ./run_all_tests.sh