Skip to content

Commit

Permalink
Disable cargo tests for now, we'll rely on just the python test
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Aug 30, 2024
1 parent 94cd548 commit c291385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: pip install maturin
- run: pip install -e .[test]
- run: pytest
- run: cargo test
# - run: cargo test

# linux:
# runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit c291385

Please sign in to comment.