diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 19020475..c3f1d46e 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -142,7 +142,7 @@ jobs: attempt_delay: 300000 # 5 min attempt_limit: 10 command: | - nix develop --command -- go run ./cmd/hi run "^${{ matrix.test }}$" \ + nix develop --command -- hi run "^${{ matrix.test }}$" \ --timeout=120m \ --postgres=${{ matrix.database == 'postgres' && 'true' || 'false' }} - uses: actions/upload-artifact@v4