Skip to content

Commit

Permalink
Exclude manylinux2010 test on Rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 7, 2022
1 parent 92e5971 commit 1ac5e2d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,19 @@ jobs:
},
]
toolchain: [stable, nightly]
exclude:
- toolchain: nightly
os: ubuntu-latest
platform:
manylinux: '2010'
target: 'x86_64'
test-crate: 'maturin/test-crates/pyo3-mixed'
- toolchain: nightly
os: ubuntu-latest
platform:
manylinux: '2010'
target: 'i686-unknown-linux-gnu'
test-crate: 'maturin/test-crates/pyo3-mixed'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1ac5e2d

Please sign in to comment.