We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6e3a0 commit ff68f4dCopy full SHA for ff68f4d
.github/workflows/fpm-deployment.yml
@@ -104,6 +104,7 @@ jobs:
104
- run: | # Use fpm gnu ci to check xdp and qp
105
python config/fypp_deployment.py --with_xdp --with_qp
106
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
107
+ fpm run --example --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
108
109
- name: Create coverage report
110
run: |
0 commit comments