studio-b12 / gowebdav

A golang WebDAV client library and command line tool.
BSD 3-Clause "New" or "Revised" License
309 stars 89 forks source link

Add GitHub Actions Workflow for Unit Tests #48

Closed zekroTJA closed 2 years ago

zekroTJA commented 2 years ago

This pull request adds a GitHub Actions workflow configuration to perform go unit tests on push and pull requests. This might become handy due to the integration between GitHub repositories and GitHub Actions to validate pull requests and code pushes alongside the TravisCI pipeline.

All unit tests are performed on the latest supported go versions (1.16 and 1.17 in this case).