mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vgret: add support for config via toml and root path (#12821)
This commit is contained in:
2
.github/workflows/gfx_ci.yml
vendored
2
.github/workflows/gfx_ci.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
Xvfb $DISPLAY -screen 0 1280x1024x24 &
|
||||
./v gret -v ./gg-sample_images ./gg-regression-images
|
||||
./v gret -t ./gg-regression-images/vgret.v_examples.toml -v ./gg-sample_images ./gg-regression-images
|
||||
|
||||
- name: Upload regression to imgur
|
||||
if: steps.compare.outcome != 'success'
|
||||
|
||||
Reference in New Issue
Block a user