From f201e26f6eaeeecbb1207ffe48a06e56a4f6aa8f Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Thu, 5 Dec 2024 09:02:09 +0100 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4eba49a..84433cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,6 @@ env: jobs: tests: timeout-minutes: 30 - strategy: - fail-fast: false - matrix: - tests: [xcm-transfer, staking] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -29,4 +25,4 @@ jobs: - run: yarn --immutable - run: yarn lint - run: yarn update-env - - run: yarn test tests/${{ matrix.tests }} + - run: yarn test