Commit 8ca028f
authored
chore: Fix windows test tags (#5953)
After #5909 we prepend `gore2regex`
tag if it's missing. In go you need to stick to the same separator for
tags e.g. spaces _or_ commas. In all places we use space as separator
except for windows test. So windows test breaks because we end up with
`-tags "gore2regex nodocker,nonetwork"`.1 parent 4f49b57 commit 8ca028f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments