Open
Description
Is your feature request related to a problem? Please describe.
bpftrace
is an important tool bpftime
currently support. We need a CI test to ensure future development will not bring new bugs with bpftrace.
Describe the solution you'd like
Describe alternatives you've considered
Add a CI to test some bpftrace
scripts in GitHub Actions.
The CI file can be similar to https://github.com/eunomia-bpf/bpftime/blob/master/.github/workflows/test-examples.yml
And the bpftrace commands can be taken from https://github.com/eunomia-bpf/bpftime/blob/master/example/bpftrace/README.md.
Provide usage examples
Additional context