Skip to content

Commit 4f4590d

Browse files
ci: temp disable integration tests
1 parent 159712e commit 4f4590d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ jobs:
329329

330330
integrations_tests:
331331
name: Integration Tests
332+
if: ${{ false }} # Temporarily disabled
332333
runs-on: ubuntu-latest
333334
strategy:
334335
matrix:
@@ -356,4 +357,3 @@ jobs:
356357
uses: reviewdog/action-actionlint@v1
357358
with:
358359
fail_on_error: true
359-

0 commit comments

Comments
 (0)