dominikbraun / graph

A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
https://graph.dominikbraun.io
Apache License 2.0
1.77k stars 95 forks source link

GitHub Actions CI could be optimized #139

Closed tzq0301 closed 1 year ago

tzq0301 commented 1 year ago
  1. Currently, CI will be triggered only when PR. However, some issues/errors, which might be reported by CI, should be resolved before PR.
  2. Upgrade the version of actions/setup-go to v4 & actions/checkout to v3.
  3. Support Matrix Testing.

I'm willing to do this optimization. The result could be seen in the 'Actions' bar of my reposiroty (tzq0301/graph) like this.

dominikbraun commented 1 year ago

Good idea, thanks.