diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index f67c6c8..cceb684 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -19,11 +19,12 @@ jobs: run: | bazel \ --output_user_root=/var/cache/bazel \ - test + test \ --remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \ --noremote_upload_local_results \ --noremote_cache_async \ - //... --test_output=all + --test_output=all \ + //... deploy: needs: test