Commit 2be59fe
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 71be788 commit 2be59fe
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | | - | |
97 | | - | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
| |||
0 commit comments