Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

fix tests

fix tests #2057

Workflow file for this run

name: Echidna Fuzz tests
on: [push]
jobs:
test:
if: ${{ contains(github.event.head_commit.message, 'fuzz') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.ACCESS_TOKEN }}
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run run-echidna