GH Actions: Run tests daily

feature/lint
Alinson S. Xavier 4 years ago committed by GitHub
parent 7d91ac27d4
commit 823db2838b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}

Loading…
Cancel
Save