Skip to content

Remove LTO for OSS-Fuzz Dependencies #80

Remove LTO for OSS-Fuzz Dependencies

Remove LTO for OSS-Fuzz Dependencies #80

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