From d3a8c0bf0b6317f20f3319c2c2467606af0d8f52 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 22 Apr 2022 12:10:10 -0400 Subject: [PATCH] fix CI name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd94d3b..bc4a7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: command: check parsing_test: - name: Parsing Crate Tests + name: Tests runs-on: ubuntu-latest steps: - name: Checkout sources