Skip to content

Commit

Permalink
fixup! refactor: factor out Python API
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Apr 9, 2024
1 parent 4b25c95 commit 9e0a5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{ fromJSON('["", "4"]')[matrix.os == 'macos-latest'] }}
- name: Cargo test
run: cargo test -p rustsat-pyapi --verbose --features=all
run: cargo test -p rustsat-pyapi --verbose
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{ fromJSON('["", "4"]')[matrix.os == 'macos-latest'] }}

Expand Down

0 comments on commit 9e0a5fe

Please sign in to comment.