Commit abe9c6e
authored
chore: test Scala 3 with
The Scala 3 build+test job takes almost an hour because it runs all
tests, while the Scala 2 build+test job is sometimes much faster because
it runs with `validatePullRequest` which selects which tests to run
based on the files that were changed. I don't think we've regularly seen
situations where a failure was missed by `validatePullRequest` and
caught by the Scala 3 test, so it might be nice to run those with
`validatePullRequest` as well.validatePullRequest (#2544)1 parent 22e985e commit abe9c6e
File tree
2 files changed
+5
-80
lines changed- .github/workflows
2 files changed
+5
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
97 | | - | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
113 | | - | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
This file was deleted.
0 commit comments