Skip to content

Commit

Permalink
temp comment out rs-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 8, 2025
1 parent 2b53fa7 commit 0698ed6
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 @@ -68,9 +68,10 @@ jobs:
- name: Setup software rasterizer
run: pixi run python ./scripts/ci/setup_software_rasterizer.py

- name: Rust checks (PR subset)
if: ${{ inputs.CHANNEL == 'pr' }}
run: pixi run rs-check --only base_checks sdk_variations cargo_deny wasm docs
# TODO: re-enable
# - name: Rust checks (PR subset)
# if: ${{ inputs.CHANNEL == 'pr' }}
# run: pixi run rs-check --only base_checks sdk_variations cargo_deny wasm docs

- name: Run tests (`cargo test --all-targets --all-features`)
if: ${{ inputs.CHANNEL == 'pr' }}
Expand Down

0 comments on commit 0698ed6

Please sign in to comment.