We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9256a commit 5e30c62Copy full SHA for 5e30c62
.github/workflows/turborepo-test.yml
@@ -588,14 +588,6 @@ jobs:
588
589
- name: Run tests
590
run: |
591
- # macOS ARM runners have limited memory (~7GB). Limit parallel crate
592
- # compilation and reduce rustc frontend threads to prevent OOM.
593
- # TODO: Commented out - if this is unnecessary everything before
594
- # TURBO_API= can be removed.
595
- # if [ "${{ matrix.os.name }}" == "macos" ]; then
596
- # export CARGO_BUILD_JOBS=2
597
- # export RUSTFLAGS='--cfg tokio_unstable -Zshare-generics=y -Zthreads=4 -Csymbol-mangling-version=v0'
598
- # fi
599
TURBO_API= turbo run test --filter "turborepo-repository" --color --env-mode=strict
600
env:
601
NODE_VERSION: ${{ matrix.node-version }}
0 commit comments