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
You instructions say to run ./test.sh immediately after downloading the repo, but it fails after a clean clone of the repository. I also noticed the CI tests are failing at the same spot in the pull request I just opened above.
I was able to run the tests, but I ended up having to use this command instead:
GORM_DIALECT=mysql go test
And follow up attempts to use ./test.sh still fail:
The text was updated successfully, but these errors were encountered:
GORM Playground Link
#729
Description
You instructions say to run
./test.sh
immediately after downloading the repo, but it fails after a clean clone of the repository. I also noticed the CI tests are failing at the same spot in the pull request I just opened above.I was able to run the tests, but I ended up having to use this command instead:
GORM_DIALECT=mysql go test
And follow up attempts to use
./test.sh
still fail:The text was updated successfully, but these errors were encountered: