Skip to content

Commit

Permalink
ci: Add make check-afxdp to GitHub actions ci.
Browse files Browse the repository at this point in the history
This patch adds 'make check-afxdp' to the GitHub actions ci.
The tests are not split into two separate test runs as they
complete in around 10 minutes.

Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Simon Horman <horms@ovn.org>
  • Loading branch information
chaudron committed Dec 20, 2023
1 parent 67c53a8 commit de4cccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ jobs:
dpdk: dpdk
testsuite: check-system-tso

- compiler: gcc
dpdk: dpdk
testsuite: check-afxdp

steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit de4cccf

Please sign in to comment.