We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf223af commit bc71069Copy full SHA for bc71069
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
18
sudo apt update
19
sudo apt install -y xvfb libgl1 libx11-6
20
- name: Test
21
- run: xvfb-run --auto-servernum cargo test --locked
+ run: WGPU_BACKEND=opengl xvfb-run --auto-servernum cargo test --locked
22
- 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
+ run: WGPU_BACKEND=opengl xvfb-run --auto-servernum cargo test --locked --features=simd_json --no-default-features snapshot_tests
24
- name: Clippy
25
run: cargo clippy
26
- name: Format
0 commit comments