From 10049ab134418e4f3122bef5d4144030b6b4d049 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 14 Oct 2025 12:02:23 +0200 Subject: [PATCH] Remove tests check during artifacts --- .github/workflows/artifacts.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index c95978c..fafda0d 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -84,12 +84,6 @@ jobs: make update make libcodex - - name: Make sure that tests pass - env: - CGO_ENABLED: 1 - run: make - run: make test - - name: Package artifacts Linux if: matrix.target.os == 'ubuntu-latest' || matrix.target.os == 'ubuntu-24.04-arm' run: |