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: |