Skip to content

Commit

Permalink
Show cargo timings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Jul 13, 2024
1 parent c58e7a1 commit ce4964f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_BACKTRACE: "full"
- uses: actions/download-artifact@v4
- uses: actions/upload-artifact@v4
with:
name: timings
path: target/cargo-timings
path: |
target/cargo-timings/cargo-timing-*.html
- name: Ensure no files have changed
run: git diff --exit-code
- uses: benjlevesque/[email protected]
Expand Down

0 comments on commit ce4964f

Please sign in to comment.