X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6140f04fe17ae7c542a29c207c9a45f6200f4e2c..24323091c81b8e166d73748d4caee8f7b4d954fb:/.github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d1ae0a..c2671da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7] + python-version: [3.6, 3.7, 3.8] os: [ubuntu-latest, macOS-latest, windows-latest] steps: @@ -27,4 +27,4 @@ jobs: - name: Unit tests run: | - coverage run tests/test_black.py + coverage run -m unittest