Skip to content

Merge pull request #56 from lattice-based-cryptography/use_polymul_fast #71

Merge pull request #56 from lattice-based-cryptography/use_polymul_fast

Merge pull request #56 from lattice-based-cryptography/use_polymul_fast #71

Workflow file for this run

name: basic
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build and bun tests for ring-lwe
run: |
cargo build --verbose
cargo test --verbose
continue-on-error: true