Skip to content

should protocols/fuzz-test be on CI? #1956

@lucasbalieiro

Description

@lucasbalieiro

while working on #1947, I noticed that protocols/fuzz-test isn’t included in the CI.

During the review, @Shourya742 spotted an old reference to roles_logic_sv2 there: #1947 (review)
It wasn’t caught by the CI because that target isn’t being executed anywhere.

Currently, the only fuzz-test being executed is the one from buffer:

- name: fuzz tests
run: |
if [ ${{ matrix.os }} == "ubuntu-latest" ]; then
./run.sh 30
else
echo "Skipping fuzz test on ${{ matrix.os }} - not supported"
fi
working-directory: utils/buffer/fuzz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions