[The compute example](https://github.com/go-webgpu/webgpu/blob/main/examples/compute/main.go) doesn't work on macos, it hangs forever on `instance.RequestAdapter(nil)`, using delve it looks like the callback never fires. You have [tests that would cover this](https://github.com/go-webgpu/webgpu/blob/22cd507ac86b68c3247ec5c395147d19fc87f988/wgpu/pipeline_test.go#L19), but it looks like [CI only runs a limited subset of tests](https://github.com/go-webgpu/webgpu/blob/22cd507ac86b68c3247ec5c395147d19fc87f988/.github/workflows/test.yml#L110).
The compute example doesn't work on macos, it hangs forever on
instance.RequestAdapter(nil), using delve it looks like the callback never fires.You have tests that would cover this, but it looks like CI only runs a limited subset of tests.