Skip to content

Commit f636b50

Browse files
fix: add code generation to run-unit-tests.stages (#3985)
1 parent 196df62 commit f636b50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pipelines/templates/run-unit-tests.stages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ stages:
3535
mkdir -p "$REPORT_DIR"
3636
touch "$REPORT_XML"
3737
make tools
38+
make bpf-lib
39+
go generate ./...
3840
3941
# run test, echo exit status code to fd 3, pipe output from test to tee, which splits output to stdout and go-junit-report (which converts test output to report.xml),
4042
# stdout from tee is redirected to fd 4. Take output written to fd 3 (which is the exit code of test), redirect to stdout, pipe to read from stdout then exit with that status code.

0 commit comments

Comments
 (0)