From 0d8dec62eeb8562615130b568d81c55fc4a66d3b Mon Sep 17 00:00:00 2001 From: kento2 Date: Tue, 25 Aug 2026 15:50:17 +0200 Subject: [PATCH] ci --- .forgejo/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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