Skip to content

Commit e9ec891

Browse files
committed
Change fpm profile for coverage to see if it compiles faster.
1 parent 7b1536c commit e9ec891

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
python config/fypp_deployment.py --with_xdp --with_qp
5858
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP -coverage'
5959
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+
6064
- name: Create coverage report
6165
run: |
6266
mkdir -p ${{ env.COV_DIR }}

0 commit comments

Comments
 (0)