Skip to content

Commit

Permalink
Merge pull request #51 from codecov/swatinem/binary-rollup-format
Browse files Browse the repository at this point in the history
Add a Binary format to store test aggregates
  • Loading branch information
Swatinem authored Jan 7, 2025
2 parents 508185c + 57bcd00 commit 0a663e5
Show file tree
Hide file tree
Showing 17 changed files with 2,728 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- run: cargo binstall cargo-codspeed
- uses: Swatinem/rust-cache@v2

- uses: actions/setup-python@v5

- run: cargo codspeed build
- uses: CodSpeedHQ/action@v3
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ on:
- main
pull_request:

env:
RUSTFLAGS: -Dwarnings

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
env:
RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit 0a663e5

Please sign in to comment.