Skip to content

Record the rust-version in Cargo.toml and update badges. #204

Record the rust-version in Cargo.toml and update badges.

Record the rust-version in Cargo.toml and update badges. #204

Workflow file for this run

on: [push, pull_request]
name: Build benches on nightly toolchain
jobs:
build_benchmarks:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-D warnings"
CARGO_UNSTABLE_SPARSE_REGISTRY: true
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- name: Build benches
run: cargo build --benches --verbose