Skip to content

Integrate only for small N to prevent overflow #34

Integrate only for small N to prevent overflow

Integrate only for small N to prevent overflow #34

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: bazel build //...
- run: bazel test --test_output=errors //...