forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 67
33 lines (29 loc) · 795 Bytes
/
kmir.yml
File metadata and controls
33 lines (29 loc) · 795 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
33
name: KMIR
on:
workflow_dispatch:
merge_group:
pull_request:
branches: [ main ]
push:
paths:
- 'library/**'
- '.github/workflows/kmir.yml'
- 'kmir-proofs/**'
jobs:
run-kmir-proofs:
name: Run supplied KMIR proofs
runs-on: ubuntu-latest
env:
container_name: "kmir-${{ github.run_id }}"
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Proofs in Tool Container
run: |
docker run --rm -t \
--name ${{ env.container_name }} \
-w /home/kmir/workspace \
-u $(id -u):$(id -g) \
-v $PWD:/home/kmir/workspace \
runtimeverificationinc/kmir:ubuntu-jammy-0.3.152 \
kmir-proofs/unchecked_arithmetic/run-proofs.sh