Skip to content

extend tree-hash test coverage #706

extend tree-hash test coverage

extend tree-hash test coverage #706

Workflow file for this run

name: Security audit
on:
pull_request:
branches:
- '**'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071