Skip to content

Commit d70667e

Browse files
authored
Merge pull request #560 from light-curve/dependabot/github_actions/CodSpeedHQ/action-4
Bump CodSpeedHQ/action from 3 to 4
2 parents 69a5311 + 2999f59 commit d70667e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,10 @@ jobs:
170170
shared-key: "${{ runner.os }}_stable-rust_maturin-develop-release"
171171
workspaces: "light-curve"
172172
- name: Run benchmarks
173-
uses: CodSpeedHQ/action@v3
173+
uses: CodSpeedHQ/action@v4
174174
with:
175175
token: ${{ secrets.CODSPEED_TOKEN }}
176+
mode: walltime
176177
run: |
177178
cd light-curve
178179
python3 -m venv venv

0 commit comments

Comments
 (0)