We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbba7f2 commit efb423aCopy full SHA for efb423a
1 file changed
.github/workflows/ci.yml
@@ -22,3 +22,15 @@ jobs:
22
opam install --deps-only .
23
- name: Rocq build
24
run: dune build
25
+
26
+ check-goose:
27
+ runs-on: ubuntu-latest
28
+ steps:
29
+ - uses: actions/checkout@v6
30
+ - uses: actions/setup-go@v6
31
+ - name: check goose output
32
+ run: |
33
+ git clone --depth=1 https://github.com/mit-pdos/gokv ~/gokv
34
+ git clone --depth=1 https://github.com/mit-pdos/vmvcc ~/vmvcc
35
+ ./etc/update-goose.sh --gokv ~/gokv --mvcc ~/vmvcc
36
+ git diff --exit-code
0 commit comments