From bbb4347674ad626c1ed6e88dda7c234d33a2dc9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 17 Feb 2020 00:22:50 +0100 Subject: [PATCH] :wrench: Update --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1a4dd816..a9f023a5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,9 +22,9 @@ jobs: run: git submodule update --init util ast - name: make - env: - USE_COVERAGE=1 run: make + env: + USE_COVERAGE: 1 - name: Tests env: -- 2.43.0