Set ICED_BACKEND to tiny-skia in test workflow

This commit is contained in:
Héctor Ramón Jiménez 2025-03-24 20:35:10 +01:00
parent 86311b8914
commit 5c196889f2
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -5,6 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: --deny warnings
ICED_BACKEND: tiny-skia
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]