Skip to content

Commit efb423a

Browse files
committed
Add a check-goose CI job
1 parent dbba7f2 commit efb423a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ jobs:
2222
opam install --deps-only .
2323
- name: Rocq build
2424
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

Comments
 (0)