Skip to content

Commit

Permalink
Disable building denormalized-python with cargo-build
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Sep 3, 2024
1 parent 4f0bb85 commit 6e45780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build
run: cargo build --verbose
# Disable building denormaliezd-python as building it with cargo is currently broken while using rye https://github.com/astral-sh/rye/issues/646
run: cargo build --verbose --workspace --exclude denormalized-python
- name: Run Clippy
run: cargo clippy --all-targets --all-features
- name: Run tests
Expand Down

0 comments on commit 6e45780

Please sign in to comment.