Skip to content

Move CI tasks to Taskfile.yml #1023

Closed
@ceyonur

Description

@ceyonur

I've noticed a trend in recent subnet-evm and coreth PRs to move functionality from scripts to CI workflows. I think this is counterproductive - it encourages round-tripping through CI instead of just running things locally.

For future, I recommend following the example of avalanchego:

This enables both discoverability of available tasks (./scripts/run_task.sh without arguments outputs all tasks) and maximizes the potential for reproducing what runs in CI - it can be as simple as task [ci job].

Originally posted by @maru-ava in #1000 (review)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions