-
-
Notifications
You must be signed in to change notification settings - Fork 663
Open
Labels
Description
Problem Description
Currently all CI jobs run the tests from the sage source tree. This misses issues that only happen in an installed sage, caused by eg. missing source files or missing scripts that are not installed by meson. Such issues are currently only being detected by distro package maintainers.
Proposed Solution
Add a CI job which runs tests from an installed sage.
Alternatives Considered
None
Additional Information
No response
Is there an existing issue for this?
- I have searched the existing issues for a bug report that matches the one I want to file, without success.