Add nightly testing

This commit is contained in:
Jon Janzen 2024-08-24 11:40:26 -07:00
parent 9ec5798c0d
commit d3ad4011c0
No known key found for this signature in database
GPG Key ID: E94F06E2BB151B1B

View File

@ -5,6 +5,9 @@ on:
branches:
- main
pull_request:
schedule:
# Run all CI every night
- cron: "33 3 * * *"
jobs:
tests: