Open andersryanc opened 7 months ago
Attaching a screenshot of the CI failure I mentioned in the description above, showing that it is failing with the same error:
I get the same problem for my playground PR https://github.com/go-gorm/playground/pull/739 which is created for explaining issue https://github.com/go-gorm/playground/issues/740
GORM Playground Link
https://github.com/go-gorm/playground/pull/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:
And follow up attempts to use
./test.sh
still fail: