From b4408f43be98790c663d81bf02361216f1fa8f12 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 3 Jun 2024 17:42:05 -0500 Subject: [PATCH] Dont skip native tests for 20 anymore --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4322bff..aab0e5f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,6 @@ jobs: PGTESTNOSSL: 'true' SCRAM_TEST_PGUSER: scram_test SCRAM_TEST_PGPASSWORD: test4scram - TEST_SKIP_NATIVE: ${{ matrix.node == 20 }} steps: - name: Show OS run: |