Run kani daily on a schedule
Running kani takes ages, instead of running it on every pull request we can just run it daily.
This commit is contained in:
parent
615759a8c2
commit
3d2a62fdd5
|
@ -1,8 +1,8 @@
|
|||
# From https://model-checking.github.io/kani/install-github-ci.html
|
||||
name: Kani CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '59 23 * * *' # midnight every day.
|
||||
jobs:
|
||||
run-kani:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Reference in New Issue