Run tests on pull requests

pull/282/head
Ivan Habunek 2023-01-01 11:11:10 +01:00
rodzic 253eea12a6
commit 64dd1094a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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