remove debug output (#4496)

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2025-12-22 14:51:39 -05:00 committed by GitHub
parent b3c70da3ea
commit e9e3494853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,7 @@ jobs:
- name: Run all tests
run: |
make list-tasks-targets
make --debug=verbose test
make test
env:
# we want to rebuild the cache with no previous state
DOWNLOAD_TEST_FIXTURE_CACHE: "false"