Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvilskyi-r7 committed Mar 25, 2024
1 parent 9c31b99 commit 1b0bd38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
run: poetry run maturin develop
- name: Test
run: poetry run pytest -Werror tests
- name: Install Cross-compilers (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
rustup target add aarch64-unknown-linux-gnu
- name: Publish Linux (arm64) Package
if: matrix.os == 'ubuntu-latest'
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 1b0bd38

Please sign in to comment.