Commit 90b0bfb
committed
ci: use release profile for loom tests
In both CONTRIBUTING.md, and in loom's own documentation, it is
recommended to run loom's tests with the --release profile, as they
execute many permutations of the same test and therefore compilation
time benefits are worthwhile.
In tokio-rs#7197 we see this with some individual tests taking over 60s to
complete.1 parent 9565062 commit 90b0bfb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | | - | |
| 845 | + | |
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
| |||
0 commit comments