Unit tests pass locally but fail through GitHub Actions

I’ve fixed it. The include in your main module used relative paths. Those paths didn’t work because the GitHub Action current directory was different from the current directory when running locally. I’ve sent in a pull request to your repository.

1 Like