aruZeta / QRgen

A QR code generation library.
https://aruzeta.github.io/QRgen/
MIT License
103 stars 8 forks source link

Add GitHub action to check if tests pass #9

Closed aruZeta closed 2 years ago

aruZeta commented 2 years ago
aruZeta commented 2 years ago

Also would be nice to make the doc generation workflow run only when the tests have passed or when there was a push to main.

Added as a task.

aruZeta commented 2 years ago

Seems like it works, but it's not actually listed in the commit's run workflows: Image

It would be nice that, when I create the README, I add badges for both workflows (even pages too).

aruZeta commented 2 years ago

Also I actually only pushed the inputs of the flake to my cachix cache, so nim had to be built all over again and the action took around 8-10 minutes.

I have already pushed the actual outputs and now the actions seem to take around 2 mins!

So, since all the tasks have been completing, I'm closing this issue.