Skip to content

Commit

Permalink
Merge #1294
Browse files Browse the repository at this point in the history
1294: CI: Try nextest double spawn feature r=messense a=messense

https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.44

Co-authored-by: messense <messense@icloud.com>
  • Loading branch information
bors[bot] and messense authored Nov 24, 2022
2 parents a5e7236 + 5ccafab commit d50c781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -139,9 +142,6 @@ jobs:
- name: Install aarch64-apple-darwin Rust target
if: matrix.os == 'macos-latest'
run: rustup target add aarch64-apple-darwin
- name: Install musl tools
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y musl-tools
- name: Setup Xcode env
if: matrix.os == 'macos-latest'
shell: bash
Expand Down

0 comments on commit d50c781

Please sign in to comment.