llir / llvm

Library for interacting with LLVM IR in pure Go.
https://llir.github.io/document/
BSD Zero Clause License
1.19k stars 78 forks source link

let fulltest and coverage can be triggered manually #175

Closed dannypsnl closed 3 years ago

dannypsnl commented 3 years ago

As title, add

# allow you to run this workflow manually from tab
workflow_dispatch:

into fulltest.yml and coverage.yml.

mewmew commented 3 years ago

Sound good, feel free to submit a commit.

Edit:

However, lets first handle https://github.com/llir/llvm/commit/3d1eaf305febd6f3d52757a76d5247f3fa045813#comments and potentially force reset the master branch 2 commits back, before adding this.

This is now done, so feel free to submit the changes for the CI.