actions-marketplace-validations/Run Julia package tests
Run the tests in a Julia package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check_bounds | Value determining which bounds checking setting to use. Options: yes | no | auto. Default value: yes. | — | yes |
| coverage | Value determining whether to test with coverage or not. Options: true | false. Default value: true. | — | true |
| depwarn | Value passed to the --depwarn flag. Options: yes | no | error. Default value: yes. | — | yes |
| force_latest_compatible_version | If true, then, for each [compat] entry in the active project, only allow the latest compatible version. If the value is auto and the pull request has been opened by Dependabot or CompatHelper, then force_latest_compatible_version will be set to true, otherwise it will be set to false. Options: true | false | auto. Default value: auto. | — | auto |
| inline | Value passed to the --inline flag. Options: yes | no. Default value: yes. | — | yes |
| prefix | Value inserted in front of the julia command, e.g. for running xvfb-run julia [...] | no | "" |
| project | Value passed to the --project flag. The default value is the repository root: "@." | — | @. |
| annotate | Whether or not to attempt to create GitHub annotations to show test failures inline. Only effective on Julia 1.8+. | — | false |
Outputs
no outputs