Run tests nightly

This commit is contained in:
Taneli Leppä 2021-11-03 12:28:16 +01:00 committed by GitHub
parent 1f3b5e9c27
commit c263525177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@
name: 'Tests'
on:
schedule:
- cron: '45 2 * * *'
pull_request:
branches:
- master
@ -110,4 +112,4 @@ jobs:
- name: Run tests modules
id: test-modules
run: |
pytest -vv tests/modules
pytest -vv tests/modules