Skip to content

Prove commutativity of delete #113

Prove commutativity of delete

Prove commutativity of delete #113

Workflow file for this run

name: coqchk
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest # container actions require GNU/Linux
strategy:
matrix:
coq_version:
- '9.0.1'
ocaml_version: ['default']
fail-fast: true # don't stop jobs if one fails
steps:
- uses: actions/checkout@v3
- uses: rocq-community/docker-coq-action@v1
with:
opam_file: 'coq-libtx-storage.opam'
coq_version: ${{ matrix.coq_version }}
ocaml_version: ${{ matrix.ocaml_version }}