Skip to content

impl a no_std/no_alloc Stratum v1 client #261

impl a no_std/no_alloc Stratum v1 client

impl a no_std/no_alloc Stratum v1 client #261

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