Skip to content

Commit 9b6fb41

Browse files
Enable fail-fast and testing on ptx backend
1 parent 2bc2bd1 commit 9b6fb41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-quarkus-langchain4j.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
runs-on: [self-hosted]
3434
timeout-minutes: 30
3535
strategy:
36-
fail-fast: false
36+
fail-fast: true
3737
matrix:
3838
backend:
3939
- name: opencl
40-
#- name: ptx
40+
- name: ptx
4141

4242
steps:
4343
- name: Checkout GPULlama3

0 commit comments

Comments
 (0)