Skip to content

Commit bc71069

Browse files
committed
fix
1 parent cf223af commit bc71069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
sudo apt update
1919
sudo apt install -y xvfb libgl1 libx11-6
2020
- name: Test
21-
run: xvfb-run --auto-servernum cargo test --locked
21+
run: WGPU_BACKEND=opengl xvfb-run --auto-servernum cargo test --locked
2222
- name: Test json_tree_test for simd_json feature
23-
run: xvfb-run --auto-servernum cargo test --locked --features=simd_json --no-default-features snapshot_tests
23+
run: WGPU_BACKEND=opengl xvfb-run --auto-servernum cargo test --locked --features=simd_json --no-default-features snapshot_tests
2424
- name: Clippy
2525
run: cargo clippy
2626
- name: Format

0 commit comments

Comments
 (0)