Merge rust-bitcoin/rust-bitcoin#1511: Run kani daily on a schedule
3372333865
Add a kani badge to the README (Tobin C. Harding)3d2a62fdd5
Run kani daily on a schedule (Tobin C. Harding) Pull request description: Running kani takes ages, instead of running it on every pull request we can just run it daily. ACKs for top commit: sanket1729: ACK3372333865
apoelstra: ACK3372333865
Tree-SHA512: 63f71155eb3f2dd9bfbc3733c407c80b59a019d356127efc6d65cf53b517f15ddd8afd92d89f968734a508882eabbf720757d95c04d688438b762bb55a22f601
This commit is contained in:
commit
86eda8feee
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<a href="https://docs.rs/bitcoin"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-bitcoin-green"/></a>
|
||||
<a href="https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html"><img alt="Rustc Version 1.41.1+" src="https://img.shields.io/badge/rustc-1.41.1%2B-lightgrey.svg"/></a>
|
||||
<a href="https://gnusha.org/bitcoin-rust/"><img alt="Chat on IRC" src="https://img.shields.io/badge/irc-%23bitcoin--rust%20on%20libera.chat-blue"></a>
|
||||
<a href="https://github.com/model-checking/kani"><imp alt="kani" src="https://github.com/rust-bitcoin/rust-bitcoin/actions/workflows/kani.yaml/badge.svg"></a>
|
||||
<img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/rust-bitcoin/rust-bitcoin">
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue