CI: use xvfb on Linux
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cea9642195
commit
715e10be31
1 changed files with 8 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -25,9 +25,13 @@ jobs:
|
|||
AGREE: true
|
||||
- name: x86_64-linux -> x86_64-windows
|
||||
run: zig build test -Dtarget=x86_64-windows
|
||||
- name: mach::test
|
||||
- name: mach::test (xvfb)
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: zig build test
|
||||
- name: webgpu::test
|
||||
- name: webgpu::test (xvfb)
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: cd webgpu && zig build test
|
||||
x86_64-windows:
|
||||
runs-on: windows-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue