iovisor / ubpf

Userspace eBPF VM
Apache License 2.0
814 stars 132 forks source link

Create matrix for fuzzing #457

Closed Alan-Jowett closed 4 months ago

Alan-Jowett commented 4 months ago

This pull request includes changes to the .github/workflows/fuzzing.yml file, which is part of the GitHub Actions workflow. The changes primarily focus on replacing the use of environment variables with a matrix strategy for the job configurations. This allows for more flexibility in defining and managing the job configurations.

Here are the most important changes: