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
Description of issue or feature request:
We switched from automated testing on Travis CI (Linux) and Appveyor (Windows) to GitHub Actions in our sister-project in-toto-golang (see in-toto/in-toto-golang#72), mostly due to availability concerns about Appveyor and because it seems appealing to configure only one service for all platforms.
Let's consider switching here too and testing on more platforms than we currently do.
Current behavior:
Use Travis CI for automated tests on Linux (no tests for Windows and Mac OS)
Expected behavior:
Use GitHub Actions instead and also test on Windows and Mac OS.