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 name: Build & Test
on: on:
- push push:
- pull_request pull_request:
schedule:
- cron: '45 10 * * *'
jobs: jobs:
test: test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}