From 4525e8dfe69c06f26e0d272db665c4389b87df56 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 21 Nov 2025 23:53:23 +0100 Subject: [PATCH] rename posix_tests -> native_tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94c4c8b86..4047a571f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: echo "Using LD_PRELOAD=$LD_PRELOAD" pytest -v --benchmark-skip -k "not remote" - posix_tests: + native_tests: needs: [lint] permissions: