Skip to content

Commit

Permalink
CI: Try nextest double spawn feature
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 24, 2022
1 parent a5e7236 commit 19a88fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

env:
NEXTEST_EXPERIMENTAL_DOUBLE_SPAWN: '1'

jobs:
generate-matrix:
name: Generate Matrix
Expand Down

0 comments on commit 19a88fe

Please sign in to comment.