Skip to content

Commit 5e30c62

Browse files
committed
Remove the workaround
1 parent 9d9256a commit 5e30c62

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/turborepo-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -588,14 +588,6 @@ jobs:
588588

589589
- name: Run tests
590590
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
599591
TURBO_API= turbo run test --filter "turborepo-repository" --color --env-mode=strict
600592
env:
601593
NODE_VERSION: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)