Run tests on pull requests
This commit is contained in:
parent
253eea12a6
commit
64dd1094a9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue