Skip to content

Commit 0a663e5

Browse files
authored
Merge pull request #51 from codecov/swatinem/binary-rollup-format
Add a Binary format to store test aggregates
2 parents 508185c + 57bcd00 commit 0a663e5

File tree

17 files changed

+2728
-6
lines changed

17 files changed

+2728
-6
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- run: cargo binstall cargo-codspeed
2020
- uses: Swatinem/rust-cache@v2
2121

22+
- uses: actions/setup-python@v5
23+
2224
- run: cargo codspeed build
2325
- uses: CodSpeedHQ/action@v3
2426
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ on:
66
- main
77
pull_request:
88

9-
env:
10-
RUSTFLAGS: -Dwarnings
11-
129
jobs:
1310
lint:
1411
name: Lint
1512
runs-on: ubuntu-latest
13+
env:
14+
RUSTFLAGS: -Dwarnings
1615
steps:
1716
- uses: actions/checkout@v4
1817

0 commit comments

Comments
 (0)