Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Nov 28, 2024
1 parent e6be735 commit 3ef2885
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/partition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
with:
pattern: current-kaocha-profiling-*
merge-multiple: true
- name: Upload test timings for manual inspection
uses: actions/upload-artifact@v4
with:
name: all-kaocha-profiling
path: current-kaocha-profiling-*.edn
- name: Print test timings
run: cat current-kaocha-profiling-*.edn
- name: Combine results
Expand Down

0 comments on commit 3ef2885

Please sign in to comment.