generated from daniil-berg/boilerplate-py
Fix cancel message bug for Python 3.8; test coverage workaround for Python version conditions
This commit is contained in:
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -1,5 +1,7 @@
|
||||
name: CI
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
jobs:
|
||||
tests:
|
||||
name: Python ${{ matrix.python-version }} Tests
|
||||
|
Reference in New Issue
Block a user