benthayer / git-gud

Wanna git gud? Then get git-gud, and git gud at git!
MIT License
401 stars 42 forks source link

Set up workflow to run Git Gud tests in a Windows environment #297

Closed sahansk2 closed 3 years ago

sahansk2 commented 3 years ago

While developing, we might accidentally make the code Unix-only, especially when dealing with the expression of paths and directories. However, they won't go noticed, since the only testing workflow we have runs on ubuntu-latest. A workflow (through GitHub actions or through CircleCI) that runs the current commands in a Windows container would remedy this issue.