-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Describe the bug
@tjgurwara99
Our GitHub Action is testing github.com/tjgurwara99/Go/... not github.com/TheAlgorithms/Go/...
To Reproduce
Steps to reproduce the behavior:
- Look at the path in the output of our GitHub Actions go tests. We are testing
tjgurwara99, instead ofTheAlgorithms.
Expected behavior
A clear and concise description of what you expected to happen.
We test github.com/TheAlgorithms/Go/...
Screenshots
If applicable, add screenshots to help explain your problem.
Run go test $(go list ./... | grep -v /sbom | grep -v /rsa)
? github.com/tjgurwara99/Go/ciphers [no test files]
ok github.com/tjgurwara99/Go/ciphers/caesar 0.016s
ok github.com/tjgurwara99/Go/ciphers/polybius 0.010s
ok github.com/tjgurwara99/Go/ciphers/rot13 0.005s
ok github.com/tjgurwara99/Go/ciphers/xor 0.006s
Additional context
Add any other context about the problem here.