Skip to content

Commit

Permalink
Matrix run.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Jul 25, 2024
1 parent 2ff93f4 commit ca98959
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ jobs:
test_quick:
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
test:
- "1"
- "2"
- "3"
- "4"
- "5"
- "6"
- "7"
- "8"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -87,7 +98,7 @@ jobs:
run: git clone https://github.com/0xPolygonHermez/pilcom.git && cd pilcom && npm install
- uses: taiki-e/install-action@nextest
- name: Run default tests
run: cargo nextest run --archive-file tests.tar.zst --verbose
run: cargo nextest run --archive-file tests.tar.zst --verbose --partition count:"${{ matrix.test }}"/8
env:
PILCOM: ${{ github.workspace }}/pilcom/
- name: Run examples
Expand Down

0 comments on commit ca98959

Please sign in to comment.