1 parent 28536cc commit 349bb39Copy full SHA for 349bb39
1 file changed
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ concurrency:
6
7
on:
8
schedule:
9
- - cron: '0 0 1 * *'
+ - cron: '0 0 1 * *'
10
push:
11
branches: [ main ]
12
workflow_dispatch:
@@ -17,9 +17,10 @@ jobs:
17
runs-on: ubuntu-22.04
18
container:
19
image: ghcr.io/nkrusch/dissertation:artifact
20
- options: --platform=linux/amd64 -w /usr/dissertation
+ options: --platform=linux/amd64
21
steps:
22
- run: |
23
+ cd /usr/dissertation
24
pymwp --version ; dafny --version ; coqc --version
25
pymwp --info examples/original_paper/example3_1_b.c
26
(cd code && coqc equiv.v && dafny verify equiv.dfy)
0 commit comments