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 7b1536c commit e9ec891Copy full SHA for e9ec891
.github/workflows/fpm-deployment.yml
@@ -57,6 +57,10 @@ jobs:
57
python config/fypp_deployment.py --with_xdp --with_qp
58
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
59
60
+ - run: | # Use fpm gnu ci to check xdp and qp
61
+ python config/fypp_deployment.py --with_xdp --with_qp
62
+ fpm test --profile debug --flag '-DWITH_XDP -DWITH_QP -coverage'
63
+
64
- name: Create coverage report
65
run: |
66
mkdir -p ${{ env.COV_DIR }}
0 commit comments