Commit 8f86a50
committed
fix: exclude WIT-dependent test targets from CI to prevent transitive builds
Resolved CI failures where excluded calculator_component was still being built
through transitive dependencies from test targets under //test/go/...
Excluded specific test targets:
- test_calculator_component_provides_info
- test_calculator_component_valid_wasm
- test_calculator_exports_verification
These tests depend on //examples/go_component:calculator_component which requires
WIT dependencies unavailable in current TinyGo toolchain (documented in Issue #82).1 parent c05bfd2 commit 8f86a50
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
229 | 232 | | |
230 | 233 | | |
231 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
232 | 238 | | |
233 | 239 | | |
234 | 240 | | |
| |||
0 commit comments