Skip to content

feat: 增加自动 uppercase unit 参数 #5

feat: 增加自动 uppercase unit 参数

feat: 增加自动 uppercase unit 参数 #5

Workflow file for this run

name: test
on:
pull_request:
branches-ignore:
- "release-**"
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6', '3.7']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
check-latest: true
- name: Install dependencies
run: |
pip install -e .
pip install pytest gevent typing
- name: Test with pytest
run: |
pytest -vv -s tests/