summaryrefslogtreecommitdiff
path: root/.github/github_test.sh
AgeCommit message (Collapse)Author
2024-06-12Enable full test on macos. (#4327)Yong He
* Enable full test on macos. * Add failing test to expected list. * Fix CI script. * Update expected failure list. * Update test list.
2024-04-24Fix macos CI and clang warnings. (#4019)Yong He
* Fix macos CI. * Fix. * Fix. * Fix. * Fix clang warnings. * Fix more warnings.
2024-02-23SPIRV Fixes. (#3622)Yong He
* Use SpvSourceLanguageSlang enum. * Fix spirv entrypoint interface. * Cleanup. * Add error on unknown spirv opcode. * Fix CI. * Fix.