From 51fdf83d7d1c53511bfb969bf66283557f9f4e58 Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Fri, 5 Jan 2024 12:57:07 +0100 Subject: [PATCH] ci: remove lexical use of unit tests as only running acceptance --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 440d3d8..b65733d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: with: access_token: ${{ github.token }} - unit-tests: + tests: strategy: matrix: go-version: [1.x, 1.21.x]