mirror of https://github.com/OpenKMIP/PyKMIP.git
Test fix
This commit is contained in:
parent
d275a68d3f
commit
8800e0b641
|
@ -24,6 +24,11 @@ jobs:
|
||||||
- run: codecov
|
- run: codecov
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test: ["py38", "py39", "py310", "py311", "pep8", "bandit", "docs"]
|
test: ["pep8", "bandit", "docs"]
|
||||||
test_number: ["0","1"]
|
test_number: ["0","1"]
|
||||||
os: [ubuntu-22.04,ubuntu-20.04]
|
os: [ubuntu-22.04,ubuntu-20.04]
|
||||||
|
include:
|
||||||
|
- test: "py38"
|
||||||
|
os: ubuntu-20.04
|
||||||
|
- test: "py310"
|
||||||
|
os: ubuntu-22.04
|
Loading…
Reference in New Issue