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