We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a2136 commit 4c38baaCopy full SHA for 4c38baa
1 file changed
.github/workflows/fpm-deployment.yml
@@ -46,6 +46,10 @@ jobs:
46
python config/fypp_deployment.py --with_xdp --with_qp
47
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP'
48
49
+ - run: | # Tests without xdp and qp
50
+ python config/fypp_deployment.py
51
+ fpm test --profile release
52
+
53
# Update and deploy the f90 files generated by github-ci to the `stdlib-fpm` branch.
54
- name: Deploy 🚀
55
uses: JamesIves/github-pages-deploy-action@4.1.5
0 commit comments