GH Actions: Run tests daily

This commit is contained in:
2021-06-22 09:41:01 -05:00
committed by GitHub
parent 7d91ac27d4
commit 823db2838b

View File

@@ -1,7 +1,9 @@
name: Build & Test
on:
- push
- pull_request
push:
pull_request:
schedule:
- cron: '45 10 * * *'
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}