stertooy/Run GAP test suite
Runs the testintall.g or the teststandard.g script to test the GAP installation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| complete | Use the more complete (but slower) teststandard.g instead of testinstall.g | no | false |
| mode | Value that determines which packages are loaded before the package is tested. The possible values are 'default', 'onlyneeded' or 'loadall'. The option 'default' loads GAP with default set of package; 'onlyneeded' loads only the needed dependencies of the package being tested; 'loadall' executes LoadAllPackages() before the package being tested. | no | default |
| warnings-as-errors | Boolean that determines whether any warnings produced whilst loading the package will be treated as errors | no | true |
| pre-gap | Prefix for the 'GAP' shell variable used by this action to launch GAP (e.g. setting this to 'valgrind --trace-children=yes --leak-check=full' will run GAP through valgrind) | no | "" |
Outputs
no outputs