Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 3, 2024
1 parent 21b0782 commit f49e534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Tests
if: ${{ matrix.platform.target != 'aarch64' }} # TODO: capi doesn't play well with aarch64, i8 vs u8 confusion
run: cargo test --no-default-features --release --features capi
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f49e534

Please sign in to comment.