Skip to content

Add Rust logo to relevant badges. #182

Add Rust logo to relevant badges.

Add Rust logo to relevant badges. #182

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