Add CI job for tree-sitter-systemverilog#6076
Add CI job for tree-sitter-systemverilog#6076tgorochowik merged 1 commit intochipsalliance:masterfrom
Conversation
|
Thanks! Please look here for reference: https://github.com/chipsalliance/sv-tests/blob/master/.github/workflows/sv-tests-ci.yml#L16 |
edb2601 to
6186dce
Compare
|
Thanks a lot for the reference. I added a new entry for I was also wondering if Thanks! |
|
I think it was set to an older version because something was failing to build, feel free to bump it to a newer release, if the CI is still green after the upgrade, we can merge it |
|
You can bump it here or in a separate PR if you prefer |
The parser is missing in the public report since I forgot to add a CI job for it.
I simply added an entry in the RUNNERS_TARGETS var of the runners.mk file. Not sure if something else is needed. I also added it to the list of supported tools in the README.md
Let me know if something else is needed.
Thanks!