cienhancementgood first issue
Repository metrics
- Stars
- (61,702 stars)
- PR merge metrics
- (Avg merge 22h 6m) (16 merged PRs in 30d)
Description
Description
- With https://github.com/FuelLabs/sway/pull/1409 being merged, we now have a CI job for the default
forcproject type of--contract - However, there are several other project types that we ideally should also be building (i.e.
--library,--predicate,--script) - Ideally, since these jobs are independent of each other, they could be run in parallel using Github CI's matrix feature
- Here is an example of this matrix functionality being used on fuel-core