ci: Enable image tests on mac

This commit is contained in:
Nathan Adams 2023-01-28 14:06:35 +01:00 committed by kmeisthax
parent a6c6ae13fe
commit 65c91fba87
1 changed files with 0 additions and 5 deletions

View File

@ -79,15 +79,10 @@ jobs:
RUSTDOCFLAGS: -D warnings
- name: Run tests with image tests
if: runner.os == 'Linux' || runner.os == 'Windows'
run: cargo test --locked --features imgtests
env:
XDG_RUNTIME_DIR: '' # dummy value, just to silence warnings about it missing
- name: Run tests without image tests
if: ${{ !(runner.os == 'Linux' || runner.os == 'Windows') }}
run: cargo test --locked
- name: Upload images
if: failure()
uses: actions/upload-artifact@v3