Skip to content

Update iai-callgrind requirement from 0.10.2 to 0.11.0 #163

Update iai-callgrind requirement from 0.10.2 to 0.11.0

Update iai-callgrind requirement from 0.10.2 to 0.11.0 #163

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --check
- name: Build
run: cargo build --verbose --all-targets
- name: Run tests
run: cargo test --verbose