From 27c78b611df3f7cab710dc3ba6e9a82f4fe67bb0 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 3 Jun 2021 20:06:20 +0200 Subject: [PATCH] update instructions for timing regression tests --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01fe21418..316a2289d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ or the [examples]. To do this, check out the respective project and change its build-iris.dev: <<: *template variables: - OPAM_PINS: "coq version 8.12.0 coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#yourname/feature coq-iris-heap-lang.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#yourname/feature" + OPAM_PINS: "coq version 8.12.0 git+https://gitlab.mpi-sws.org/iris/iris.git#yourname/feature" tags: - fp-timing ``` -- GitLab