Skip to content

build(deps): update criterion requirement from 0.3.6 to 0.5.1 #22

build(deps): update criterion requirement from 0.3.6 to 0.5.1

build(deps): update criterion requirement from 0.3.6 to 0.5.1 #22

Workflow file for this run

name: rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-24.04
container:
image: ghcr.io/rust-math/rust-mkl:main
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-24.04
container:
image: ghcr.io/rust-math/rust-mkl:main
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: clippy