Commit cb58c8a
authored
Use Namespace for CI workflows (#1410)
Windows CI started failing suddenly because Github decided to clone the
repo into the C: drive instead of D: which has roughly a 10x slowdown in
IOPS.
We already use Namespace.so in the main Tailwind CSS repo for Linux and
they recently released preview support for Windows so we're switching to
using their infrastructure for IntelliSense CI. I've set up profiles
such that we can use it for macOS, Linux, and Windows.
Total aggregate test duration has dropped by roughly ~2.3x. The slowest
test is now roughly 2 minutes instead of 4.5–5 minutes.1 parent 9e9d093 commit cb58c8a
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments