diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdbdf36800..73246ca80a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,6 +231,12 @@ jobs: - run: yarn test:integration-ci env: RUST_BACKTRACE: full + ATLASPACK_PROFILE_MOCHA: true + - name: Upload mocha-cpu-profiles + uses: actions/upload-artifact@v4 + with: + name: mocha-cpu-profiles-v2-${{ matrix.os }}-${{ matrix.node }} + path: mocha-cpu-profiles integration_tests_v3: name: Integration tests (v3 ${{ matrix.os }}, Node ${{ matrix.node }})