NVIDIA / numbast

Numbast is a tool to build an automated pipeline that converts CUDA APIs into Numba bindings.
Apache License 2.0
15 stars 6 forks source link

CI tests depends on style checks #37

Closed isVoid closed 5 months ago

isVoid commented 5 months ago

Currently "legacy_test" and "frontier_test" runs in parallel of style checks job in CI. In theory test jobs should not run at all if the PR doesn't pass style checks.