From 3a6e7b5a0cdb6031acb13c7c6d09a90489582821 Mon Sep 17 00:00:00 2001 From: Abdul Basit Date: Tue, 26 Nov 2024 08:06:15 +0500 Subject: [PATCH] install nextest --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7867af8b..2a381e0cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -179,7 +179,6 @@ jobs: timeout-minutes: 20 test-integration: - needs: [build-test-bins, build-test-artifacts-postgres] strategy: matrix: version: [02, 03] @@ -209,7 +208,10 @@ jobs: - name: Run Demo-Native ${{matrix.version}} run: bash -x scripts/demo-native ${{matrix.compose}} --tui=false > ${{ env.PC_LOGS }} 2>&1 & - + + - name: Install nextest + uses: taiki-e/install-action@nextest + - name: Test Integration env: NEXTEST_PROFILE: integration