Skip to content

perf: debounce file watcher to avoid partial file reads #7

perf: debounce file watcher to avoid partial file reads

perf: debounce file watcher to avoid partial file reads #7

Workflow file for this run

name: Cargo check & test
on:
push:
pull_request:
workflow_dispatch:
jobs:
check:
uses: martin-fink/reusable-workflows/.github/workflows/rust-check.yaml@main
with:
rust-version: stable
additional-dependencies: 'clang llvm pkg-config nettle-dev'