Skip to content

Update CI and benchmark/test features. #20

Update CI and benchmark/test features.

Update CI and benchmark/test features. #20

Workflow file for this run

name: Comprehensive
on:
[pull_request, workflow_dispatch]
jobs:
comprehensive:
name: Comprehensive Correctness Tests
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt, clippy
- run: ci/comprehensive.sh
- run: ALL_FEATURES=1 ci/comprehensive.sh