diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-17 00:44:22 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-17 00:55:16 +0200 |
commit | fe93993b4f43defa368a13e5ae7d9a9899e70e0e (patch) | |
tree | 11355922ca78f4a0794a304a3058cfd6ec76d9e2 /.github | |
parent | Mergify: make sure to check the status of _all_ actions. (diff) | |
download | freestyle-hid-fe93993b4f43defa368a13e5ae7d9a9899e70e0e.tar freestyle-hid-fe93993b4f43defa368a13e5ae7d9a9899e70e0e.tar.gz freestyle-hid-fe93993b4f43defa368a13e5ae7d9a9899e70e0e.tar.bz2 freestyle-hid-fe93993b4f43defa368a13e5ae7d9a9899e70e0e.tar.lz freestyle-hid-fe93993b4f43defa368a13e5ae7d9a9899e70e0e.tar.xz freestyle-hid-fe93993b4f43defa368a13e5ae7d9a9899e70e0e.tar.zst freestyle-hid-fe93993b4f43defa368a13e5ae7d9a9899e70e0e.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pytest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index abf2178..ef2cfe7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -9,7 +9,7 @@ on: pull_request: jobs: - test: + pytest: runs-on: ${{ matrix.os }} strategy: |