Browse Source

Disable rust lint and test jobs for now

as we don't have a generated Rust client yet.
Loris Leiva 1 year ago
parent
commit
6da95a52c7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -24,6 +24,7 @@ jobs:
         run: pnpm clients:js:lint
 
   format_and_lint_client_rust:
+    if: false # Disabled until we have a Rust client
     name: Format & Lint Client Rust
     runs-on: ubuntu-latest
     steps:
@@ -79,6 +80,7 @@ jobs:
         run: pnpm clients:js:test
 
   test_client_rust:
+    if: false # Disabled until we have a Rust client
     name: Test Client Rust
     runs-on: ubuntu-latest
     needs: format_and_lint_client_rust