bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
269 stars 18 forks source link

fix: remove path restrictions for ci test runs #90

Closed WillLillis closed 4 months ago

WillLillis commented 4 months ago

This change to the github workflows fixes the issue where workflows won't trigger if a source file isn't modified, e.g. when README.md is updated. This has been an issue in a few PRs, most recently in #79. Given that changes to the data files (anything in registers, opcodes, or directives currently) can change behavior in the executable, I think it makes more sense anyway to just run the entire test suite on any change to the repo.