We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155ba22 commit e6c2dadCopy full SHA for e6c2dad
.github/workflows/build-test-reusable.yml
@@ -151,7 +151,7 @@ jobs:
151
- name: Upload build artifacts
152
uses: actions/upload-artifact@v3
153
with:
154
- name: triton-cache-${{ inputs.driver_version }}"
+ name: triton-cache-${{ inputs.driver_version }}
155
path: ~/.triton/cache
156
157
- name: Run interpreter tests
.github/workflows/build-test.yml
@@ -117,6 +117,7 @@ jobs:
117
118
strategy:
119
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
120
+ fail-fast: false
121
122
uses: ./.github/workflows/build-test-reusable.yml
123
0 commit comments