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
Describe the bug
i cloned the gruntwork-io repo locally to learn Go. Set up my azure account. Verified the TF code deploys to azure successfully. When I run the associated go test - see below - it states no test run. I havent spent a ton of time troubleshooting this but from web searches sounds like something in the go code needs to be updated or there is a syntax error? Is this code being maintained?
--when I run the following command:
go test -v -run TestTerraformAzureDiskExample
--get the following message/error
testing: warning: no tests to run
PASS
ok github.com/gruntwork-io/terratest/test 0.029s
To Reproduce
Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue.
// paste code snippets here
Expected behavior
A clear and concise description of what you expected to happen.
Nice to have
Terminal output
Screenshots
Versions
Terratest version:
Environment details (Ubuntu 20.04, Windows 10, etc.):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
i cloned the gruntwork-io repo locally to learn Go. Set up my azure account. Verified the TF code deploys to azure successfully. When I run the associated go test - see below - it states no test run. I havent spent a ton of time troubleshooting this but from web searches sounds like something in the go code needs to be updated or there is a syntax error? Is this code being maintained?
--when I run the following command:
go test -v -run TestTerraformAzureDiskExample
--get the following message/error
testing: warning: no tests to run
PASS
ok github.com/gruntwork-io/terratest/test 0.029s
To Reproduce
Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue.
// paste code snippets here
Expected behavior
A clear and concise description of what you expected to happen.
Nice to have
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: