Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down
Loading