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
There is definitely interest. Having to run the tests for each PR is annoying and it would be good to have the action run the tests. Likewise, it would be good to run cppcheck or other static analysis and have the action make a comment on the PR with "No issues found" or "3 issues found" along with comments in code. I've used this in other projects: https://github.com/JacobDomagala/StaticAnalysis
skrobinson
added a commit
to skrobinson/argparse
that referenced
this issue
Sep 13, 2021
Run tests on Apple macOS, MS Windows, and Ubuntu Linux hosts.
macOS-hosted tests are only run on latest, which is currently macOS 10.15.
GH will eventually update latest to macOS 11 and we can look at expanding
to two versions of macOS.
Windows-hosted tests run on Windows Server 2016 and latest.
Ubuntu-hosted tests only run on latest because g++ fails to build argparse
on ubuntu-18.04 (GCC 8) since charconv was added in commit ea2f16d. But,
Ubuntu-hosted tests do run with g++ and clang++.
Closesp-ranav#128.
Signed-off-by: Sean Robinson <[email protected]>
Is there any interest in using GitHub Actions to run tests on pull requests?
I have set up a proof of concept (e.g. it does not quite work as I would hope) on my argparse fork at https://github.com/skrobinson/argparse/actions/workflows/ci.yml to show the potential. If this is something we want to have, I can polish this into a PR.
The text was updated successfully, but these errors were encountered: