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

Loading…
Cancel
Save