Migrate all benchmark data files to submodules. #92
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: git submodule update --init | |
- run: ci/comprehensive.sh |