Skip to content

Commit

Permalink
disable web check temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 11, 2024
1 parent 2a8f480 commit 6144539
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/reusable_checks_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ jobs:
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

- name: clippy check re_viewer wasm32
shell: bash
run: ./scripts/clippy_wasm.sh
# NOTE: Fails with sccache -- refactor incoming in a follow-up PR.
# - name: clippy check re_viewer wasm32
# shell: bash
# run: ./scripts/clippy_wasm.sh

- name: Check re_renderer examples wasm32
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 6144539

Please sign in to comment.