Skip to content

Commit

Permalink
Disable rust lint and test jobs for now
Browse files Browse the repository at this point in the history
as we don't have a generated Rust client yet.
  • Loading branch information
lorisleiva committed Jul 29, 2024
1 parent 0c74780 commit 6da95a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6da95a5

Please sign in to comment.