mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
updated ubuntu runners and increased random time for windows tests
This commit is contained in:
parent
b49caf5273
commit
c4668d3da9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -5,13 +5,13 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test_linux:
|
test_linux:
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-20.04"
|
||||||
name: "Ubuntu latest - Python ${{ matrix.python-version }}"
|
name: "Ubuntu 20.04 - Python ${{ matrix.python-version }}"
|
||||||
env:
|
env:
|
||||||
USING_COVERAGE: '3.11'
|
USING_COVERAGE: '3.11'
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9"]
|
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"]
|
||||||
redis-version: [6]
|
redis-version: [6]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
|
|
||||||
test_linux_ubuntu_22:
|
test_linux_ubuntu_22:
|
||||||
runs-on: "ubuntu-22.04"
|
runs-on: "ubuntu-22.04"
|
||||||
name: "Ubuntu latest - Python ${{ matrix.python-version }}"
|
name: "Ubuntu 22.04 - Python ${{ matrix.python-version }}"
|
||||||
env:
|
env:
|
||||||
USING_COVERAGE: '3.11'
|
USING_COVERAGE: '3.11'
|
||||||
|
|
||||||
|
|
@ -163,5 +163,5 @@ jobs:
|
||||||
# amount of concurrent API calls on Clublog and QRZ.com
|
# amount of concurrent API calls on Clublog and QRZ.com
|
||||||
# when all CI jobs execute simultaneously
|
# when all CI jobs execute simultaneously
|
||||||
run: |
|
run: |
|
||||||
start-sleep -Seconds (1..10 | get-random)
|
start-sleep -Seconds (5..15 | get-random)
|
||||||
pytest
|
pytest
|
||||||
Loading…
Add table
Add a link
Reference in a new issue