ci
All checks were successful
/ test (push) Successful in 3m16s
/ deploy (push) Has been skipped

This commit is contained in:
kento2 2026-08-25 15:50:17 +02:00
parent a60ada6c08
commit 0d8dec62ee

View file

@ -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