Commit 74859a7
committed
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 b5a1efe commit 74859a7
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