You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, unit tests executed via go test require a Unix-like environment for execution.
This is due to a Unix-style relative path being set as CaTestFolder in goca_test.go as well as some Unix-style relative paths in the caPathInit() function, currently defined in storage.go, specifically for handling testing.
Improving the cross-platform compatibility in these locations would make it easier to support Windows as a development platform.
The text was updated successfully, but these errors were encountered:
Currently, unit tests executed via
go test
require a Unix-like environment for execution.This is due to a Unix-style relative path being set as
CaTestFolder
ingoca_test.go
as well as some Unix-style relative paths in thecaPathInit()
function, currently defined instorage.go
, specifically for handling testing.Improving the cross-platform compatibility in these locations would make it easier to support Windows as a development platform.
The text was updated successfully, but these errors were encountered: