Skip to content

Commit

Permalink
Rename nightly workflows (rust-lang#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval authored Jan 13, 2023
1 parent 36e8dcc commit ab91945
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/cbmc-latest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: Nightly regressions with latest CBMC

# We use block scalar notation to allow us to add ":" to the workflow name.
name: >-
Nightly: CBMC Latest
on:
schedule:
- cron: "0 9 * * *" # Run this every day at 9 AM UTC (4 AM ET/1 AM PT)
workflow_dispatch: # Allow manual dispatching for a custom branch / tag.


env:
RUST_BACKTRACE: 1
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: Kani's slow tests

# We use block scalar notation to allow us to add ":" to the workflow name.
name: >-
Nightly: Slow tests
on:
schedule:
- cron: "30 5 * * *" # Run this every day at 05:30 UTC
workflow_dispatch: # Allow manual dispatching for a custom branch / tag.

env:
RUST_BACKTRACE: 1
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![](./kani-logo.png)
![Regressions with latest CBMC](https://github.com/zhassan-aws/kani/actions/workflows/cbmc-latest.yml/badge.svg)
![Kani regression](https://github.com/model-checking/kani/actions/workflows/kani.yml/badge.svg)
![Nightly: CBMC Latest](https://github.com/model-checking/kani/actions/workflows/cbmc-latest.yml/badge.svg)

The Kani Rust Verifier is a bit-precise model checker for Rust.

Expand Down

0 comments on commit ab91945

Please sign in to comment.