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:
parent
a860652ae1
commit
8cb3d25329
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue