Commit 30e538d
committed
[CI] Moved Sanitized Test from Debug to RelWithDebInfo
I expect the sanitized test to be the tall pole for the speed of the CI
due to its long run time on the testcases. After investigating with
Vaughn, we realized that this test was using the debug build of VTR.
This was likely making it much slower than it needed to be.
To improve the speed of this test, moved it to use the release build. We
still want symbols to give good error messages.1 parent 605fb00 commit 30e538d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
0 commit comments