Skip to content

add bench report options #325

add bench report options

add bench report options #325

Workflow file for this run

on: [push, pull_request]
name: Clippy
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
override: true
- name: Clippy
run: |
cargo clippy --features "image,glium_backend,gl_backend" -- -D warnings