From 658a4db954b4247de1b428740e6286c6717732bd Mon Sep 17 00:00:00 2001 From: dudong2 Date: Fri, 19 Jul 2024 18:56:49 +0900 Subject: [PATCH] test: split integration tests to 3 parts(unmarked, upgrade, filter) --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ae2b1f549..1351470bf2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,6 +85,12 @@ jobs: integration_tests: runs-on: ubuntu-latest + timeout-minutes: 60 + strategy: + matrix: + tests: [unmarked, upgrade, filter] + env: + TESTS_TO_RUN: ${{ matrix.tests }} steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v20