From c0079147e10049b74311b3bc1d10f680cf9c989f Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Tue, 16 Apr 2024 21:54:19 -0700 Subject: [PATCH] Invert a conditional --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f855a272a..8edddead2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -242,7 +242,7 @@ jobs: --package pgrx-tests --lib - name: Run UI tests - if: ${{ matrix.rust != null }} + if: ${{ matrix.rust == null }} run: | cargo test \ --features "pg$PG_VER proptest" \