Skip to content

Commit 2e4fa19

Browse files
committed
wip
1 parent 864adb5 commit 2e4fa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-cdn/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { defineConfig, devices } from '@playwright/test'
1212
export default defineConfig({
1313
testDir: './tests',
1414
/* Run tests in files in parallel */
15-
fullyParallel: false,
15+
fullyParallel: true,
1616
/* Fail the build on CI if you accidentally left test.only in the source code. */
1717
forbidOnly: !!process.env.CI,
1818
/* Retry on CI only */

0 commit comments

Comments
 (0)