Reuse Make targets in CI workflows #108
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_lib!108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_reuse_make_targets_in_workflows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Simplify CI workflows to call Makefile targets instead of duplicating cargo commands inline. Also fixes stale package names in ci_rust.sh that were breaking CI.
Changes
make lintnow includesfmt-checkas prerequisite (format check + clippy in one target)make test-rhaiadds--verboseto match CI behaviorlint.yamlreplaced two inline steps (fmt check + clippy) with singlemake linttests.yamlreplaced three inline steps (build + rust tests + rhai tests) with singlemake testherolib_osis_client,herolib_oserver,herolib_rpcfromci_rust.sh(packages no longer exist)Testing
make lintpasses locally and in CI (run 617)Closes #107
Closes #109
WIP: Reuse Make targets in CI workflowsto Reuse Make targets in CI workflows