Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33263: Add github action running on each push
Add a github action that runs on each push. Since it uses the most recent docker image as the base, the runtime is relatively short with about 2h. The idea is to get quick feedback on PRs without the need to wait until the patchbot picks it up. After this ticket is merged, we can add a badge in the ticket similar to the linter workflow. Example run: https://github.com/sagemath/sagetrac- mirror/actions/workflows/build.yml (it works but one doctest and the pytests are failing; I think there are already tickets for these issues) URL: https://trac.sagemath.org/33263 Reported by: gh-tobiasdiez Ticket author(s): Tobias Diez Reviewer(s): Matthias Koeppe
- Loading branch information