Skip to content

Parallelize gradient generation #267

Parallelize gradient generation

Parallelize gradient generation #267

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Run rustfmt
run: cargo +nightly fmt --all -- --check