From 545910e17d763636b165f9ea37645ac5ebc3cb24 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 17 Sep 2024 19:13:41 +0200 Subject: [PATCH] Test maven --fail-never for io uring tests --- .github/workflows/ci-5.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index 315a876deee..1ac5f940cc7 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -22,7 +22,7 @@ jobs: stable: true - os: ubuntu-latest jdk: 11 - profile: '-PNativeIoUring' + profile: '-PNativeIoUring --fail-never' stable: false - os: ubuntu-latest jdk: 11