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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ jobs:
131
131
PATH="$PATH:/root/go/bin" GO_TAGS="tts" make --jobs 5 --output-sync=target test
132
132
- name: Setup tmate session if tests fail
133
133
if: ${{ failure() }}
134
-
uses: mxschmitt/action-tmate@v3.21
134
+
uses: mxschmitt/action-tmate@v3.22
135
135
with:
136
136
detached: true
137
137
connect-timeout-seconds: 180
@@ -196,7 +196,7 @@ jobs:
196
196
make run-e2e-aio
197
197
- name: Setup tmate session if tests fail
198
198
if: ${{ failure() }}
199
-
uses: mxschmitt/action-tmate@v3.21
199
+
uses: mxschmitt/action-tmate@v3.22
200
200
with:
201
201
detached: true
202
202
connect-timeout-seconds: 180
@@ -235,7 +235,7 @@ jobs:
235
235
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