Add CI for custom_backend example

This commit is contained in:
Connor Fitzgerald 2025-03-04 17:58:16 -05:00 committed by Erich Gubler
parent 516459efcd
commit a1ee2c3d0d

View File

@ -30,6 +30,8 @@ jobs:
path: "examples/standalone/01_hello_compute"
- name: "02-hello-window"
path: "examples/standalone/02_hello_window"
- name: "custom_backend"
path: "examples/standalone/custom_backend"
name: "${{ matrix.name }}"