Commit 4383abd
committed
Simplifications to unit testing in the CI pipeline.
- Stop running unit tests on pushes to every branch; only run them on
(a) pushes to master or (b) pull requests.
- Stop running unit tests on nightly (since they don't provide much
useful information and fail too often).
- Only run unit tests on Linux so that we don't go outside of GitHub
Action's usage limits.1 parent a76d5e0 commit 4383abd
1 file changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 20 | | |
27 | 21 | | |
28 | 22 | | |
| |||
0 commit comments