zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.11k stars 102 forks source link

Fix different test failures #890

Open bmeneg opened 9 months ago

bmeneg commented 9 months ago

This MR bring different commits to handle different test failures we're seeing on every MR. Some failures were caused due to the nature of our test cases that run on real/live GitLab repository, but others were caused by previous code changes. At the same time, one was caused by the go version being used in our CI, requiring an update to make it work.