Skip to content

Merge branch 'main' into bad-accelerator-repro-2 #8115

Merge branch 'main' into bad-accelerator-repro-2

Merge branch 'main' into bad-accelerator-repro-2 #8115

Workflow file for this run

name: Integration
on: [push]
env:
RUST_BACKTRACE: full
jobs:
hamming:
name: "Integration tests (Hamming)"
runs-on: ubuntu-latest
strategy:
matrix:
racket-version: [ '8.7', '8.18' ]
precision: [ 'binary32', 'binary64' ]
steps:
- name: "Install Packages"
run: sudo apt-get install -y libmpfr6 libmpfr-dev
- name: "Install Racket"
uses: Bogdanp/[email protected]
with:
version: ${{ matrix.racket-version }}
- name: Install Rust compiler
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy
- uses: actions/checkout@v5
- name: "Install dependencies"
run: make install
- run: racket -y infra/ci.rkt --precision ${{ matrix.precision }} --seed 0 bench/hamming/