We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6533d commit c643d19Copy full SHA for c643d19
.github/workflows/build_and_test.yml
@@ -314,8 +314,6 @@ jobs:
314
export TURBOPACK_BUILD=1
315
export NEXT_TEST_MODE=start
316
export NEXT_TEST_REACT_VERSION="${{ matrix.react }}"
317
- # TODO(PACK-4578): Remove
318
- export TURBOPACK_TEMP_DISABLE_DUPLICATE_MODULES_CHECK=1
319
320
node run-tests.js --timings -g ${{ matrix.group }} --type production
321
stepName: 'test-turbopack-production-react-${{ matrix.react }}-${{ matrix.group }}'
0 commit comments