GHCI: Don't use --always-make to regenerate test data

`make test-data` always regenerates test data, without the need to pass
the `--always-make` option to make.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2021-01-14 14:53:04 +01:00 committed by Lars Karlitski
parent a860652ae1
commit 8cb3d25329

View file

@ -94,7 +94,7 @@ jobs:
uses: osbuild/containers/ghci/actions/ghci-osbuild@ghci/v1
with:
run: |
make --always-make test-data
make test-data
git diff --exit-code -- ./test/data
codespell: