File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright Kani Contributors
2
2
# SPDX-License-Identifier: Apache-2.0 OR MIT
3
- name : Nightly regressions with latest CBMC
3
+
4
+ # We use block scalar notation to allow us to add ":" to the workflow name.
5
+ name : >-
6
+ Nightly: CBMC Latest
7
+
4
8
on :
5
9
schedule :
6
10
- cron : " 0 9 * * *" # Run this every day at 9 AM UTC (4 AM ET/1 AM PT)
11
+ workflow_dispatch : # Allow manual dispatching for a custom branch / tag.
12
+
7
13
8
14
env :
9
15
RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change 1
1
# Copyright Kani Contributors
2
2
# SPDX-License-Identifier: Apache-2.0 OR MIT
3
- name : Kani's slow tests
3
+
4
+ # We use block scalar notation to allow us to add ":" to the workflow name.
5
+ name : >-
6
+ Nightly: Slow tests
7
+
4
8
on :
5
9
schedule :
6
10
- cron : " 30 5 * * *" # Run this every day at 05:30 UTC
11
+ workflow_dispatch : # Allow manual dispatching for a custom branch / tag.
7
12
8
13
env :
9
14
RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change 1
1
![ ] ( ./kani-logo.png )
2
- ![ Regressions with latest CBMC] ( https://github.com/zhassan-aws/kani/actions/workflows/cbmc-latest.yml/badge.svg )
2
+ ![ Kani regression] ( https://github.com/model-checking/kani/actions/workflows/kani.yml/badge.svg )
3
+ ![ Nightly: CBMC Latest] ( https://github.com/model-checking/kani/actions/workflows/cbmc-latest.yml/badge.svg )
3
4
4
5
The Kani Rust Verifier is a bit-precise model checker for Rust.
5
6
You can’t perform that action at this time.
0 commit comments