ci #1

Merged
kento2 merged 4 commits from ci into master 2026-08-25 18:53:18 +02:00
Showing only changes of commit 0d8dec62ee - Show all commits

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