Closed asadullah-yousuf-10p closed 5 years ago
Hey @asadullah-yousuf-10p I've actually already fixed this since this build was executed. I simply placed an empty doc.go
file in the root of the repo. The tests should be executed properly now for any new commits/PRs that are submitted.
@anweiss cool. Let me know if you want to close this one.
Description
Getting this error in CircleCI: https://circleci.com/gh/docker/oscalkit/78
Reason
This is due to the fact that we have a test utility
test/main.go
which requires some files to be generated before it could even compile successfully.Solution
One way to solve this issue is to rename
test
folder totest_util
and then exclude it intest
target by replacing line 32 inMakeFile
from:to