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: