From 26eee381003f1404fe7590c6eb80adef269097b7 Mon Sep 17 00:00:00 2001 From: Abdelghani ALIDRA Date: Thu, 2 May 2024 13:13:36 +0200 Subject: [PATCH] small fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b96ddee53..7295753ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: make tests - name: cheking libraries ... run: | - make checkLibraries + make test_libs build_vscode_extension: strategy: fail-fast: false