Update test.yml

This commit is contained in:
2021-05-27 11:44:17 -05:00
committed by GitHub
parent 607bbeb75c
commit e9144ef9b2

View File

@@ -8,6 +8,8 @@ on:
paths:
- '**.jl'
- '**.toml'
schedule:
- cron: '45 10 * * *'
jobs:
test:
runs-on: ${{ matrix.os }}