From 590add391a3a1b5ca4d6ff765676893ef4aed9e0 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Wed, 28 Jul 2021 16:44:45 +0100 Subject: [PATCH] Forgot coverage option for 8.1 CS --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be26254..201eaaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: cov: false - racket: '8.0' racket_cs: 1 + cov: true env: # RACKET_DIR is an argument to install-racket.sh RACKET_VERSION: "${{ matrix.racket }}"