summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-12-13 08:29:42 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-12-13 08:29:42 +0200
commitc19e4c3ab2cb3adf10e278f4abce14d15ee66745 (patch)
tree0989c9e37660b6c41023ab4796d144ff9a95ce05 /.github/workflows/test.yml
parent4a74ce214ba23ab6c0404a2ec31ab7429e8f42c6 (diff)
downloadisodate-c19e4c3ab2cb3adf10e278f4abce14d15ee66745.tar.gz
Fix CI
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4ebcf46..edf58a9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,17 +1,17 @@
name: Test
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
env:
FORCE_COLOR: 1
jobs:
- build:
+ test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
+ python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
# Include new variables for Codecov