1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-09 06:10:43 +00:00

Run tests on pull requests

This commit is contained in:
Ivan Habunek 2023-01-01 11:11:10 +01:00
parent 253eea12a6
commit 64dd1094a9
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -1,9 +1,9 @@
name: Run tests
on: [push]
on: [push, pull_request]
jobs:
build:
test:
# Older Ubuntu required for testing on Python 3.6 which is not available in
# later versions. Remove once support for 3.6 is dropped.
runs-on: ubuntu-20.04