diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8d6bd0bc..f1191d106 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,6 +40,10 @@ jobs: run: | ./devops/install-capstone.sh + - name: Generate eBPF object files and go bindings + id: generate_ebpf + run: make bpf + - name: Check CLI modified files id: cli_modified_files run: devops/check_modified_files.sh cli/