Skip to content

Permit configuration of maximum string length #1

Permit configuration of maximum string length

Permit configuration of maximum string length #1

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt
- run: cargo clippy
- run: cargo test --release --features "tfhe/x86_64-unix" -- --test-threads=1