test: Disable -t=auto on CI.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 9m17s

This commit is contained in:
2025-12-06 23:01:07 -05:00
parent 68dc5129c8
commit 1e1059489b
2 changed files with 18 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ jobs:
- name: Build
run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all dist
- name: Test Debug
run: out/debug/tildefriends test
run: TF_TEST_AUTO=0 out/debug/tildefriends test
- name: Docker build
run: DOCKER_BUILDKIT=1 docker build .
- name: Upload artifacts