Commit 7332ef3
committed
fix: use -mod=mod in CI tests to avoid vendor directory conflicts
- Force Go to use module mode instead of vendor mode for test execution
- This prevents Windows CI failures where coverage output conflicts with vendor directory
- Allows proper coverage generation without import resolution issues1 parent 03bf6f4 commit 7332ef3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments