-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ideally, the two jobs should remain separated. The `install` job would use almost the same `matrix` (minus `target`) as the `build` job and have the same `needs` and `if` as the `test` job. This would however make a duplicated and error-prone `matrix` for the two jobs, and sharing a `matrix` between jobs is currently not possible with GitHub Actions (neither directly, nor using YAML anchors, other options were too cumbersome when writing this). Consequently, for the sake of maintainability, the two jobs are merged for now.
- Loading branch information
Showing
1 changed file
with
12 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters