Skip to content

don't use std abs_diff, put it in test_utils instead, run tests with msrv in action #61

don't use std abs_diff, put it in test_utils instead, run tests with msrv in action

don't use std abs_diff, put it in test_utils instead, run tests with msrv in action #61

Workflow file for this run

# Auto assign every PR to its author when opened
name: Auto-assign PR
on:
pull_request_target:
types: [ opened ]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]