Closed xhd2015 closed 4 months ago
When using test explorer from windows, the test command being used is:
xgo test -v -run '^TestStrip$' './cmd\xgo\coverage'
Which should be:
xgo test -v -run '^TestStrip$' './cmd/xgo/coverage'
When using test explorer from windows, the test command being used is:
Which should be: