Skip to content

do not mix faster-hex for stratum-v1 (without alloc) with faster-hex … #258

do not mix faster-hex for stratum-v1 (without alloc) with faster-hex …

do not mix faster-hex for stratum-v1 (without alloc) with faster-hex … #258

Workflow file for this run

# SPDX-FileCopyrightText: © 2023 Foundation Devices, Inc. <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later
name: Basic Fuzzing
on: [push]
jobs:
fuzz:
name: Fuzz tests pass?
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rust-toolchain
with:
toolchain: nightly
- run: rustup override set nightly
- run: cargo install cargo-fuzz
- run: ./contrib/fuzz.sh