ci: use libbpf/ci/run-vmtest action to run selftests

Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
This commit is contained in:
Ihor Solodrai
2024-11-01 13:02:32 -07:00
committed by Andrii Nakryiko
parent 244485ce72
commit 779cb2b65b
2 changed files with 8 additions and 18 deletions

View File

@@ -28,6 +28,8 @@ jobs:
name: Setup
- uses: ./.github/actions/vmtest
name: vmtest
continue-on-error: false
timeout-minutes: 180
with:
kernel: ${{ matrix.kernel }}
arch: ${{ matrix.arch }}