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 seperate test runs as they
complete in around 10 minutes.

Signed-off-by: Eelco Chaudron <[email protected]>
Signed-off-by: 0-day Robot <[email protected]>
  • Loading branch information
chaudron authored and ovsrobot committed Dec 5, 2023
1 parent e0bce8b commit 10d8fc3
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 10d8fc3

Please sign in to comment.