From 7661a56927fb2b6b216d64002612fc871a65c472 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 9 Oct 2025 10:16:16 +0200 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c18609d..600120c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,9 +44,7 @@ jobs: CODEX_LIB_PARAMS="-d:codex_enable_api_debug_peers=true" make libcodex - name: Build codex go - run: | - cd codex - make + run: make - name: Go test env: