Run abi3 tests in CI
This commit is contained in:
parent
c07e1aa40a
commit
2a85c17f11
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -95,6 +95,10 @@ jobs:
|
|||
- if: matrix.python-version != 'pypy3'
|
||||
name: Test
|
||||
run: cargo test --features "num-bigint num-complex"
|
||||
# Run tests again, but in abi3 mode
|
||||
- if: matrix.python-version != 'pypy3'
|
||||
name: Test
|
||||
run: cargo test --no-default-features --features "abi3,macros"
|
||||
|
||||
- name: Test proc-macro code
|
||||
run: cargo test --manifest-path=pyo3-derive-backend/Cargo.toml
|
||||
|
|
Loading…
Reference in a new issue