Remove tests check during artifacts

This commit is contained in:
Arnaud 2025-10-14 12:02:23 +02:00
parent 26e5f6869b
commit 10049ab134
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

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