-
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (32 loc) · 990 Bytes
/
Copy pathproof-safety.yml
File metadata and controls
32 lines (32 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This workflow is managed by gh actions-lock.
# SPDX-License-Identifier: AGPL-3.0-or-later
# This workflow is managed by gh actions-lock.
name: Proof Safety
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: proof-safety-${{ github.ref }}
cancel-in-progress: true
jobs:
proof-safety:
name: Proof safety regressions
runs-on: ubuntu-24.04
timeout-minutes: 25
steps:
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: Swatinem/rust-cache@v2.9.2
- name: Install required native provers
run: |
sudo apt-get update
sudo apt-get install -y coq z3 cvc5 capnproto pkg-config libssl-dev
command -v coqc
command -v z3
command -v cvc5
- name: Require accepted and rejected proofs through the live service
run: cargo test --locked --features live-provers --test live_service_regressions -- --nocapture