You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ jobs:
130
130
PATH="$PATH:/root/go/bin" GO_TAGS="tts" make --jobs 5 --output-sync=target test
131
131
- name: Setup tmate session if tests fail
132
132
if: ${{ failure() }}
133
-
uses: mxschmitt/action-tmate@v3.19
133
+
uses: mxschmitt/action-tmate@v3.21
134
134
with:
135
135
detached: true
136
136
connect-timeout-seconds: 180
@@ -194,7 +194,7 @@ jobs:
194
194
make run-e2e-aio
195
195
- name: Setup tmate session if tests fail
196
196
if: ${{ failure() }}
197
-
uses: mxschmitt/action-tmate@v3.19
197
+
uses: mxschmitt/action-tmate@v3.21
198
198
with:
199
199
detached: true
200
200
connect-timeout-seconds: 180
@@ -232,7 +232,7 @@ jobs:
232
232
BUILD_TYPE="GITHUB_CI_HAS_BROKEN_METAL" CMAKE_ARGS="-DGGML_F16C=OFF -DGGML_AVX512=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF" make --jobs 4 --output-sync=target test
0 commit comments