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
In the current folder structure, github.com/jfrog/build-info-go/build package contains all the logic to calculate build-info to all build tools (Maven, npm, Go ....).
One of go test ... arg is a package name and not an individual test file. As a result, we cant run specific build tool tests but all packages.
To overcome this problem, We need to split it into different build tools packages
The text was updated successfully, but these errors were encountered:
In the current folder structure,
github.com/jfrog/build-info-go/build
package contains all the logic to calculate build-info to all build tools (Maven, npm, Go ....).One of
go test ...
arg is a package name and not an individual test file. As a result, we cant run specific build tool tests but all packages.To overcome this problem, We need to split it into different build tools packages
The text was updated successfully, but these errors were encountered: