Skip to content

Commit 4d3bed2

Browse files
committed
Mark performance regressions as ignored for now
and enable them to be executed as part of CBMC nightly
1 parent 657ddda commit 4d3bed2

File tree

11 files changed

+17
-14
lines changed

11 files changed

+17
-14
lines changed

.github/workflows/cbmc-latest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ jobs:
8989
- name: Execute Kani performance tests
9090
working-directory: ./kani
9191
run: ./scripts/kani-perf.sh
92+
93+
- name: Execute Kani performance ignored tests
94+
working-directory: ./kani
95+
continue-on-error: true
96+
run: cargo run -p compiletest -- --suite perf --mode cargo-kani-test ignore --ignored
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)