test n4
Tests Basics avec Criterion / test (push) Failing after 4s

This commit is contained in:
2026-04-02 02:08:16 +02:00
parent ccf8075da7
commit 41c175cac4
+1 -2
View File
@@ -16,8 +16,7 @@ jobs:
- name: Installer GCC et Criterion sur Alpine
# La commande apk fonctionne toujours car c'est un système Alpine
run: |
apk add --no-cache gcc musl-dev
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing criterion-dev
apk add --no-cache gcc musl-dev criterion
- name: Compiler les tests
run: >