Commit 6702218
authored
Speed up builds (#1647)
When testing SQL Client templates, we need to build dependencies first (at this moment, Pg and MySQL clients).
With this change, the ci.yml workflow action tests the target module in two steps instead of one:
- build the target module skipping tests
- run tests
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>1 parent f853f75 commit 6702218
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
36 | 38 | | |
37 | | - | |
38 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments